I'm supposed to load a dataset in a memcache database in python so I can exectue the CRUD operations on the data. I'm trying to use a df with pandas to create the keys and values, but I don't know how I'm supposed to import the df to the memcache database. ps.: I'm using pymemcache to interact with the memcached system
Asked
Active
Viewed 77 times
1
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jul 18 '22 at 11:45