remove index column
Browse files- data/pdbbind_with_contacts.parquet +2 -2
- pdbbind.ipynb +2 -2
data/pdbbind_with_contacts.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:308b9775a25728eed0e3687cc1741f9a50d1a6392ec073157822990006ba763a
|
3 |
+
size 16006189
|
pdbbind.ipynb
CHANGED
@@ -496,12 +496,12 @@
|
|
496 |
},
|
497 |
{
|
498 |
"cell_type": "code",
|
499 |
-
"execution_count":
|
500 |
"id": "c9d674bb-d6a2-4810-aa2b-e3bc3b4bbc98",
|
501 |
"metadata": {},
|
502 |
"outputs": [],
|
503 |
"source": [
|
504 |
-
"df_all_contacts.drop(columns=['name','affinity_quantity']).astype({'affinity': 'float32'}).to_parquet('data/pdbbind_with_contacts.parquet')"
|
505 |
]
|
506 |
},
|
507 |
{
|
|
|
496 |
},
|
497 |
{
|
498 |
"cell_type": "code",
|
499 |
+
"execution_count": 40,
|
500 |
"id": "c9d674bb-d6a2-4810-aa2b-e3bc3b4bbc98",
|
501 |
"metadata": {},
|
502 |
"outputs": [],
|
503 |
"source": [
|
504 |
+
"df_all_contacts.drop(columns=['name','affinity_quantity']).astype({'affinity': 'float32','neg_log10_affinity_M': 'float32'}).to_parquet('data/pdbbind_with_contacts.parquet')"
|
505 |
]
|
506 |
},
|
507 |
{
|