Skip to content
Snippets Groups Projects
Commit dd44d385 authored by Aakash Ashok Naik's avatar Aakash Ashok Naik :eyes:
Browse files

Update atomic_properties_matminer.py

parent 12792c6e
No related branches found
No related tags found
1 merge request!1Draft: Refactor and Update the code
......@@ -20,7 +20,7 @@ method_list = [method for method in dir(atomic_properties_matminer) if (method.s
ls = list(range(0,112))
df = pd.DataFrame(index = ls,columns = method_list)
df = pd.DataFrame(index = ls,columns = method_list, dtype='object')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment