I have a simple .exe downloaded from the apple app store. It gives real-time updates on crypto prices and their percentage change. I am extracting percentage ch
I have a python list (vals) containing lists of strings like this: [['540.0 ', '0.0 ', '0.0 ', '162.0 ', '2.5 ', '1040.0 ', '676.0 ', '28 ', '79.99 \r'], ['54
I have two dateframes: df1 = pd.DataFrame([ ['ABC, TX', 'P1'] , ['NA BCD, CT', 'P2'] , ['CDE, MN', 'P3'] , ['CDE, MN', 'P4']
I want to join items in a list of lists based on these conditions: Item 1 is exactly 6 characters of length, and Item 2 is exactly 4 character
I am new to data structures and I would like to make my code faster (this is just part of a bigger code). Using dataframes while looking up variables is slowing
My problem is described here but the (maybe old) proposed solution does not work for me! https://github.com/RDFLib/rdflib/issues/817 I would like to use rdflib
So I have a data set with about 70,000 data points, and I'm trying to test out some code on a sample data set to make sure it will work on the large one. The sa
UPDATE: Okay, so I was finally able to figure it out. Apparently I accidentally installed something through pip before leaving the other day, which had some sor
I was wondering if it were possible to merge two datasets if the values were in a certain range of each other. For example, If I want to join on zip codes, then
I am trying to calculate joint probabilities from two tensors.. It's a little bit confusing for me. Suppose we have : a = torch.Tensor((10, 2)) b = torch.Tensor
Hi I have a database file. I want to send this database file via python requests post method to my django server and store this database file somewhere in my se
I am fairly new to Kivy and app development in general. I made a simple app and wanted to try creating an apk file using buildozer. I ran the following command:
Overview I am working on an order allocation problem with variable and fixed costs. The initial formulation of this problem was a linear optimization, but when
I am testing and building a lot of containers over a somewhat slow internet connection. Every time I test a rebuild it has to re-download all the apt and pip pa
Overview I am working on an order allocation problem with variable and fixed costs. The initial formulation of this problem was a linear optimization, but when
So I just upgraded python to 3.10 for the new features, and when I do import sys; sys.version using the ipython console in vs code, it prints python version 3.1
So I just upgraded python to 3.10 for the new features, and when I do import sys; sys.version using the ipython console in vs code, it prints python version 3.1
Issue When trying to setup a Github action to test a Django project automatically, we ran into an issue with the django.yml setup. Whenever we ran the .yml, we
I am trying to run a yolov4 + DeepSORT object tracker on tensorflow. However, when I attempt to run save_model.py to convert the darknet weights of yolov4 to a
Issue When trying to setup a Github action to test a Django project automatically, we ran into an issue with the django.yml setup. Whenever we ran the .yml, we