Last active
October 17, 2021 18:18
-
-
Save p-acDev/660d68b6003072ed0d50ab5204ac7161 to your computer and use it in GitHub Desktop.
Comment formater un DataFrame pour le ML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| df = df.unstack().reset_index() | |
| df.columns = ["t", "z", "target"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment