Updated specific locations to be searchable, take a look at Las Vegas as an example.
42
Using pandas in a data-intensive application - what the best, RAM-efficient, alternative?
Post Flair (click to view more posts with a particular flair)
Post Body

One part of my app acts as a pseudo data-pipeline, where I ETL a single player's data at a time (I have to due to the nature of the API I'm pulling data from).

I am currently using pandas for all of this, where I pull the data from the API, throw it in a dataframe, transform it, and run `pandas.to_sql()` to store it.

The problem is that this is memory intensive, and I'm running into RAM issues when running this in a docker container.

What would be a good memory efficient tool to work with moving datasets through an application?

To clarify: I am using pandas as a tool to efficiently pass around this dataset that I add data to, transform it, and store it in the database. I would need this replacement tool to do the same thing in python. I also have only 1 server, so a distributed system like Spark isn't an option for me

Author
Account Strength
100%
Account Age
7 years
Verified Email
Yes
Verified Flair
No
Total Karma
42,675
Link Karma
23,655
Comment Karma
18,693
Profile updated: 2 days ago
Posts updated: 6 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
8 months ago