rraymondgh

Results 36 comments of rraymondgh

@olsgaard did you find `elif pd.api.types.is_categorical_dtype(gdf[column]):` should be **if** ? changing that tests still pass and passing a series now works

this looks like a very good change to me. without it the higher level API that **pandas-bokeh** offers removes a significant number of use cases. As well as working with...

> > @martinfleis I'm inclined to agree with your concerns about complexity - even before any changes from this PR, `explore` stands at more that 400 lines of code with...

> What is the status of this PR? > > It contains fixes I'd like to see in geopandas. My guess is it's a long way off - probably 6...

if like me you do not like manual steps to derive **BING_API_TOKEN** configuration, this can be automated ``` if __name__ == "__main__": token = get_bing_api_token("username", "password") print(token) ``` python selenium...

One thing I've done is partition `torrent_files` as have very limited SSD space. This then allows for moving older data (based on `created_at`) to a table space located on a...