Brandon Lockhart
Brandon Lockhart
What's the status of this PR? I'm interested in this feature
Hi @ssenathi, our last released version only supports Pandas dataframes. `create_report` on the develop branch supports Dask dataframes, and will be available in the next release. You could try using...
I agree, George. Tableau snaps/aligns at zero and uses natural bin endpoints, which I like:  An algorithm for calculating natural bin endpoints...
Hi @vitamins. Thanks for creating this issue! We are using the [wordcloud](https://github.com/amueller/word_cloud) library to create the word cloud, and apparently this phenomenon is a part of their algorithm https://github.com/amueller/word_cloud/issues/285. The...
Ya nice job Ling! I think all of the tasks you listed are important. Also, for your consideration, [here](https://www.reddit.com/r/Python/comments/hlqnim/understand_your_data_with_a_few_lines_of_code_in/g01tvey/)'s a thread from Jiannan's reddit post that gives some ideas for...
I cannot reproduce the error, can you @dovahcrow? However, I use Jupyter installed with pip, not conda. @dhuntley1023 could you please try `.astype('object')` rather than `.astype('category')` to convert a column...
Thanks for following up @dhuntley1023! > Would it be helpful to get a dump of the package versions in my environment? Yes, that would be helpful, thanks. I'm unsure why...