Brandon Lockhart

Results 8 comments of 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: ![Screen Shot 2020-07-24 at 11 42 00 AM](https://user-images.githubusercontent.com/25874021/88424631-b8f9dc00-cda2-11ea-96f5-2fd0a569c797.png) 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...