Skip to main content

Questions tagged [categories]

Categories are groupings of information relative to certain criteria. Use this tag for questions related to handling information of a categorical nature.

-3 votes
0 answers
34 views

Is there a way to categorise a large spreadsheet full of webscraped comments using code etc? [closed]

I have a large spreadsheet with over 18,000 comments that I have web-scraped from various social media platforms and forums. I want to categorise these comments in the spreadsheet. For example, ...
user19566173's user avatar
0 votes
1 answer
50 views

MySQL: Use column data from other row in output row in same table

I have a table with categories and subcategories, linked together with column 'cat_parent' which has the parent category id in it. When I search for something I would like the result to include its ...
Paul's user avatar
  • 51
0 votes
0 answers
14 views

error: lavaan-> lav_samplestats_icov (): sample covariance matrix is not positive-definite

I want to do mediation analysis with the following varaibles in my model: exposure = continuous variable (variable name chronotype_continuous) outcome = continuous variable (variable name ...
Ana Wenzler's user avatar
0 votes
0 answers
23 views

Match dynamic tag to category in query loop

I'm building a Wordpress website using Bricks Builder. I’ve been trying dozens of different things, but can’t quite figure this out. I have four post categories: art, cinema, literature, music. Posts ...
vaipan's user avatar
  • 1
0 votes
0 answers
6 views

Factor Random Slope Models Showing Referece as Random Effects in Glmer Logit

I am running a logistic regression model with random slopes in R, where the variable m_edu varies between countries. fsdisability1 ~ factor(caretakerdis) + (-1 + factor(caretakerdis) | country) ...
Md. Sabbir Ahmed Mayen's user avatar
-1 votes
0 answers
22 views

How to enable order by pattern in plotly.express

I am new to plotly.express and need help ordering my stacked categories. My data has 4 columns (Scenario, Component, Region and Cost). I am trying to plot a stacked bar chart with scenarios on the x ...
Coded Abacus's user avatar
0 votes
0 answers
18 views

I want to change the dropdown list of the module to be displayed in layouts

I am not a developer and hence using opencart to create my website. When I edit a Layout, the dropdown list of the content is very limited. I want to include a custom dropdown parameter in this. On ...
Arzan Malegamwalla's user avatar
0 votes
0 answers
29 views

category of pages not showing in front url

I've tested multiple plugins such as "Pages with Category and Tag" on my latest WordPress installation running PHP 8.1. Even with the default theme and only this plugin active, I'm unable to ...
WebHostingPeople's user avatar
0 votes
0 answers
28 views

Rakuten RMS Product API ジャンルID (Genre ID)

I am trying to develop a system that will be able to push my products on Rakuten online marketplace in Japan with their API. Their API for that is named Product API, or more recently Item API 2.0. The ...
Jeremy's user avatar
  • 1
-1 votes
1 answer
33 views

Plot boxplot with mean and standard deviation by group in data frame in R

I want to plot mean and standard deviation bar by two levels of a factor. I found the solution on Plot mean and standard deviation by category. According to the previous solution, I just get lineplot. ...
shep Zhang's user avatar
0 votes
1 answer
136 views

Magento 2 get categories path names from product

I am trying to get for each product the category paths with names and exclude the root category(id 1). I separate them with %% I use this code: <?php $categories = $product->getCategoryIds(); $...
G. G.'s user avatar
  • 281
0 votes
2 answers
35 views

Migrated from Magento 1.9.2 to 2.4.6-p5, after migration all category urls showing 404

Migrated from Magento 1.9.2 to 2.4.6-p5, after migration all category urls showing 404. Any Idea how to solve this issue? I have tried options like re-indexing, cache clear, setup:upgrade, di-compile, ...
sunil verma's user avatar
-4 votes
2 answers
54 views

SQL fetch values of goods and categories from one column and past them in two diferent [closed]

This is the table goodsandcat Item Key Electronics 0 Smartphones 1 Laptops 1 Cameras 1 Headphones 1 Clothing 0 T-shirts 1 Jeans 1 Dresses 1 Jackets 1 Column Item has names of categories ...
Andrii's user avatar
  • 3
0 votes
0 answers
38 views

Wordpress: How to pull posts from categories from the URL

I'm on my first Wordpress project with a slight background in PHP. I want to pull contents from the Posts with a category that matches a keyword from the URL to avoid creating all of the pages. For ...
danyal's user avatar
  • 1
-2 votes
1 answer
56 views

How to display a list of subcategories in order by name and not in chronological order?

The category page displays the subcategories under it using the following code: add_shortcode( 'list_subcats', function() { ob_start(); $current_cat = get_queried_object(); $term_id = $current_cat->...
anat's user avatar
  • 5

15 30 50 per page
1
2 3 4 5
312