We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import pandas as pd df = pd.DataFrame({"a": [1, 2, 3], "b": [4, 5, 6]}) df = df.astype(df.dtypes) # ✘ raises [arg-type]
Please complete the following information: