I know this is possible, is there any other way to pass something like 0:100 ?
a=range(1000)
ohlc.C.ix[a]
Thank you!
Pass a slice object.
a = slice(0, 100)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With