KzO9K




Pay Notebook Creator: Rocky Singh0
Set Container: Numerical CPU with TINY Memory for 10 Minutes 0
Total0
In [2]:
# CrossCompute
zipcode_table_path = 'zipcode.csv'
target_folder = '/tmp'
In [3]:
import pandas as pd
zipcode_table = pd.read_csv(zipcode_table_path)
zipcode_table[:3]
Out[3]:
<style scoped> .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } </style>
zipcode
0 11365
1 10010
2 10021
In [ ]: