Furechan
Furechan
A suggestion to make S3Path more compatible with pandas. if you try something like : path = S3Path('/bucket/sample.csv') pandas.read_csv(path.open('r'), ...) This provides a file equivalent as first argument and works...
Just been using this a while so it might already be possible but I couldn't find it anywhere ... I'd like to run pydeps on some of my installed modules...
Ticker.history and download both return a dataframe with column names properly cased (first letter is upper). Some technical analysis/charting libraries expect column names as lower case! Currently I have to...
Native namespace package does not install properly when specifying a target directory (-t option)
### Description I cannot make native namespace packages to install properly when specifying a target directory (-t option). This is important to me as I need to use the the...
Hi, I couldn't find a way to generate an ascii armored output with the encrypt function. Is this something that could be added easily ? Thanks for the great package!
Hi, It would be nice to have an optional `count` parameter. Sometimes, you want to time a group of similar operations and have an indication of the average time for...
**Describe the bug** The package gives deprecation warnings on import. ``` DeprecationWarning: websockets.client.connect is deprecated DeprecationWarning: websockets.client.WebSocketClientProtocol is deprecated ``` **To Reproduce** ```python from polygon import RESTClient ``` **Additional context**...