Answers for "change obj to int using infer"

0

change obj to int using infer

# applying infer_objects() function.
df_new = df_new.infer_objects()
  
# Print the dtype after applying the function
df_new.info()
Posted by: Guest on August-17-2021

Python Answers by Framework

Browse Popular Code Answers by Language