Olsgaard
Olsgaard
Thanks for the quick reply. I run OSX El Capitan 10.11.3 and Ubuntu 12.10 both with kytea-0.4.7 compiled from source. I did some more tests and it appears that I...
What's the difference between inplace and setting a new array? Neither the warning, nor the release notes makes this very clear to me. I have a script that runs `df.loc[i:ii,...
@raybellwaves why do you propose that timestamps should be removed? It would make more sense if they are converted to numeric if the `column` argument points to a Timestamp column...
> Have found other parameter combinations that land up in inconsistent behaviour and errors. No need to consider for review until sorted. > > Second `explore()` call fails with ugly...
Another thing to look at is when calling `.explore()` on an empty dataframe. This can easily happen if you have a pipeline with a number of filters, and inadvertently end...
I have a fix in a fork. Should I just start a PR? "It works on my machine", but I am unsure how to run all tests against CI
@rraymondgh , Yes, `elif pd.api.types.is_categorical_dtype(gdf[column]):` should be `if pd.api.types.is_categorical_dtype(gdf[column]):`
What is the status of this PR? It contains fixes I'd like to see in geopandas.
I'm encountering the same warning, followed by files being unstaged when attempting to stage files on WSL with Sublime Merge for Windows.  There is a lot to take in...