ive got ggplot (geombar), with names of the months on x-axis.i have some data from different days. But i would like to have the names on the axis corresponding
I've a data file with 4 visible columns that I'm trying to split using pandas. I'm getting ParserError: Error tokenizing data. C error: Expected 3 fields in lin
I have a dataset with three columns: Username, Computer, Success/Failure. I want to count how many similar Username+Computer pairs are, where the third column i
I've got a JS code that gives us a product stock amount from another provider for our client. But how do I embed the JS jQuery on a single WooCommerce product?
hello i'm trying to make an encrypted socket chat it can work without encrypting fine but when i active encrypting it do some realy weird things and it doesent
I am working on an ASP.NET Core project. I am trying to add jsonb column to my table. I got this error The property 'Post.Videos' is of type 'List' which is no
How does my task.json look like when I have more than one source. In a makefile I would put a a create-line for each source and a linker line to create the whol
I have a DF with people by job, wage and other background statistics. One line is one person. I want to calculate number of people per job, average wage and num
a = 10 b = 5 s = a * b def test(x): x = a * a * b test(s) print(s) Why isn't the s equal to 500? Why the function didn't work?
I've recently migrated to the Universal Render Pipeline. Here I have just the simplest scene. I am using an Orthographic camera. I have a prefab with a Sprite R