ziadatalabs commited on
Commit
5f79856
·
verified ·
1 Parent(s): 5ff54bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -1,5 +1,3 @@
1
- Perfect! Now paste the full README content into the editor. Here it is, ready to copy:
2
-
3
  ---
4
  license: other
5
  task_categories:
@@ -53,11 +51,10 @@ File formats provided:
53
  - fraud_detection_50M.parquet — Full 50 million row file. No gate. Free access.
54
 
55
  Quick load example:
56
- ```python
57
  import pandas as pd
58
  df = pd.read_parquet('fraud_detection_50M.parquet')
59
  print(df.head())
60
- ```
61
 
62
  Schema Overview:
63
 
 
 
 
1
  ---
2
  license: other
3
  task_categories:
 
51
  - fraud_detection_50M.parquet — Full 50 million row file. No gate. Free access.
52
 
53
  Quick load example:
54
+
55
  import pandas as pd
56
  df = pd.read_parquet('fraud_detection_50M.parquet')
57
  print(df.head())
 
58
 
59
  Schema Overview:
60