Last active
November 15, 2021 14:54
-
-
Save pratik-choudhari/17ca2576a1161a97b92965cf994f9a50 to your computer and use it in GitHub Desktop.
pythonji's translated version of πΌ.π
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
| import pandas as __pythonji_panda__ | |
| # Define a dataframe and print it to the console | |
| __pythonji_snake__ = __pythonji_panda__.DataFrame( | |
| { | |
| "animal": ["Panda", "Python", "Lion"], | |
| "__pythonji_grinning_face__": ["__pythonji_panda__", "__pythonji_snake__", "__pythonji_lion__"], | |
| "number": [1, 2, 3], | |
| }, | |
| ).set_index("__pythonji_grinning_face__") | |
| print(__pythonji_snake__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment