Skip to content

Instantly share code, notes, and snippets.

@ycui1
Last active November 4, 2021 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ycui1/57033f16e99f9dbf01b04f6339773f51 to your computer and use it in GitHub Desktop.
Save ycui1/57033f16e99f9dbf01b04f6339773f51 to your computer and use it in GitHub Desktop.
>>> import pandas as pd
>>> df = pd.read_csv("dates_text.csv")
>>> df.dtypes
date object
category object
balance int64
dtype: object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment