Created
November 29, 2021 23:20
-
-
Save alphazwest/1cf7f3d46c8709a4cf1b207cee6df40b to your computer and use it in GitHub Desktop.
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
# Print rows # 18-21 | |
print(ETH.iloc[17:21]) | |
High Low dr adr | |
Date | |
2021-06-04 2857.165527 2562.637451 294.528076 NaN | |
2021-06-05 2817.484863 2558.233643 259.251221 NaN | |
2021-06-06 2743.441162 2616.162354 127.278809 435.919141 | |
2021-06-07 2845.185059 2583.995117 261.189941 433.175586 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment