Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexandercbooth/pandasbox
- Owner: alexandercbooth
- License: mit
- Created: 2016-09-27T18:59:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T15:57:15.000Z (about 8 years ago)
- Last Synced: 2024-11-30T00:28:25.864Z (25 days ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Pandas Box
Load data (csv format) directly into a pandas dataframe object.Dependencies:
- pandas
- boxsdkTo use,
```python
from loadbox import load_box# Enter Token when prompted
df = load_box('iris.csv')
```