Open jvdzwaan opened 8 years ago
Use Blaze? http://blaze.readthedocs.org/en/latest/index.html
The Blaze Project: Translates NumPy/Pandas-like syntax to data computing systems (e.g. database, in-memory, distributed-computing). This provides Python users with a familiar interface to query data living in a variety of other data storage systems. One Blaze query can work across data ranging from a CSV file to a distributed database.
Replace the hard coded/automatic data loading with something in which the user can choose/upload data.