Upload folder using huggingface_hub
#2
by poojitha2112 - opened
processed/null_summary_after_cleaning.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
column_name,data_type,total_rows,null_values,non_null_values,null_percentage
|
| 2 |
+
buyer_name,object,9244,0,9244,0.0
|
| 3 |
+
supplier_name,object,9244,0,9244,0.0
|
| 4 |
+
contract_value,object,9244,0,9244,0.0
|
| 5 |
+
award_date,object,9244,0,9244,0.0
|
| 6 |
+
cpv_code,object,9244,0,9244,0.0
|
| 7 |
+
cpv_description,object,9244,0,9244,0.0
|
| 8 |
+
location,object,9244,0,9244,0.0
|
processed/null_summary_before_cleaning.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
column_name,data_type,total_rows,null_values,non_null_values,null_percentage
|
| 2 |
+
buyer_name,string,15249,2,15247,0.01
|
| 3 |
+
supplier_name,string,15249,0,15249,0.0
|
| 4 |
+
contract_value,float64,15249,31,15218,0.2
|
| 5 |
+
award_date,object,15249,39,15210,0.26
|
| 6 |
+
cpv_code,string,15249,0,15249,0.0
|
| 7 |
+
cpv_description,string,15249,0,15249,0.0
|
| 8 |
+
location,string,15249,5972,9277,39.16
|