2073
Points
Questions
409
Answers
172
-
Django errors with django-import-export libraries. I want to import data from excel to db via django admin. I use for …
- 209 views
- 3 answers
- 2 votes
-
I have the following array Array ( [0] => GenderEn: "Male", ProvinceEn: "Chonburi" [1] => GenderEn: "Male", ProvinceEn: "Chonburi" [2] …
- 46 views
- 5 answers
- 0 votes
-
I want to binary encode the columns of a numpy array (not one-hot-encoding): a = np.array([[2, 3, 5], [4, 6, …
- 37 views
- 2 answers
- 0 votes
-
I’m trying to compare objects within the same array. I have a CSV file that contains some data in a …
- 44 views
- 0 answers
- 0 votes
-
I have a nested JSON array which is a string object which has been stored into variant type stage table …
- 44 views
- 1 answers
- 0 votes
-
I have these 3 dictionaries based on a large data set I have made. I need to have them saved …
- 45 views
- 0 answers
- 0 votes
-
I want to make a confessions bot where it sends the confession to a private group so it can be …
- 45 views
- 0 answers
- 0 votes
-
So I have the NIM Game Program. Basically, there are four piles and the two player have to keep taking …
- 44 views
- 0 answers
- 0 votes
-
I was wondering if there was any way to use albums.list or any other API which will return a list …
- 41 views
- 0 answers
- 0 votes
-
I have the following structure { "serverId": serverId, "name": serverName, "members":[ { "birthday":{ "$date":{ "$numberLong":birthDate } }, "user": userName, }, …
- 42 views
- 0 answers
- 0 votes