Unanswered
Hello Guys, I Have Trouble Logging Certain Pandas Dataframes (
Hey 🙂
What data do you have for the dataframe? Couldn't reproduce it with:df = pd.DataFrame( { "num_legs": [2, 4, 8, 0], "num_wings": [2, 0, 0, 0], "num_specimen_seen": [10, 2, 1, 8], }, index=["falcon", "dog", "spider", "fish"], )
161 Views
0
Answers
3 years ago
one year ago