Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexandercbooth/pandasbox

Load CSV from box into Pandas Dataframe
https://github.com/alexandercbooth/pandasbox

Last synced: 23 days ago
JSON representation

Load CSV from box into Pandas Dataframe

Awesome Lists containing this project

README

        

# Pandas Box
Load data (csv format) directly into a pandas dataframe object.

Dependencies:
- pandas
- boxsdk

To use,

```python
from loadbox import load_box

# Enter Token when prompted
df = load_box('iris.csv')
```