EC2 Default User commited on
Commit
c8af5a7
·
1 Parent(s): 1df159a

remove index again

Browse files
Files changed (3) hide show
  1. download_oas_data.py +2 -2
  2. test.parquet +2 -2
  3. train.parquet +2 -2
download_oas_data.py CHANGED
@@ -19,5 +19,5 @@ df = pd.concat(list_of_df, ignore_index=True)
19
  train=df.sample(frac=0.8, ignore_index=True)
20
  test = df.drop(train.index)
21
 
22
- train.to_parquet("data/train.parquet")
23
- test.to_parquet("data/test.parquet")
 
19
  train=df.sample(frac=0.8, ignore_index=True)
20
  test = df.drop(train.index)
21
 
22
+ train.to_parquet("data/train.parquet", index=False)
23
+ test.to_parquet("data/test.parquet", index=False)
test.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d38dbce659ad0d69a1158c813bed01baea76dab2af8a174844c983dcd8f608dd
3
- size 21958833
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf99e45052397991e961d39868008b0e5c1b44a55979aacb5c95158481cf26eb
3
+ size 21958383
train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:89e309e4e519a8ece32119ac40ee8ac07e4b4c76da8dbf3e30f10c2e2ed0a7bb
3
- size 77878605
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:512307b54801f79503a4e4a642ea15351e93b081a5895148f01ceb71bedaab29
3
+ size 77878172