Skip to content

Instantly share code, notes, and snippets.

@arunm8489
Created July 31, 2020 12:50
Show Gist options
  • Save arunm8489/b30e35d968cd2ead51c193b6f6afb83a to your computer and use it in GitHub Desktop.
Save arunm8489/b30e35d968cd2ead51c193b6f6afb83a to your computer and use it in GitHub Desktop.
data = pd.read_csv('train.csv')
resources = pd.read_csv('resources.csv')
print(f'Train file shape: {data.shape}')
print(f'Resource file shape: {resources.shape}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment