Guy Huinen
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Guy Huinen-
Guy Huinen commented,
from io import StringIOimport pandas as pd file_content = client.file(file_id).content() s=str(file_content,'utf-8') data = StringIO(s) df=pd.read_csv(data)