Skip to content
#

exploratory-data-analysis

Here are 2,894 public repositories matching this topic...

Aylr
Aylr commented Dec 28, 2020

Describe the bug
data docs columns shrink to 1 character width with long query

To Reproduce
Steps to reproduce the behavior:

  1. make a batch from a long query string
  2. run validation
  3. render result to data docs
  4. See screenshot
    <img width="1525" alt="Data_documentation_compiled_by_Great_Expectations" src="https://user-images.githubusercontent.com/928247/103230647-30eca500-4
enhancement help wanted good first issue core-team
jwmueller
jwmueller commented May 6, 2022

Currently the X argument of CleanLearning.fit() does not seem to support non-array data.
Perhaps this is due to the sklearn function check_X_y() called inside CleanLearning, which we could replace.
Or perhaps it's due to how the cross-validation is currently being implemented.

However these are both easy to improve to rid the restriction that only array data are supported.
Seems e

enhancement good first issue urgent
ytarricq
ytarricq commented Jul 19, 2019

Hello,

First of all, thanks for the great package.
I'm trying to compute density maps of a 3 dimensional points distribution. I understood from the documentation that a variable bandwith method was available but I couldn't figure out how to set up this option.
Additionnaly, in the case of a fixed bandwidth KDE for multidimensional data, I would have expected as in the stats_models_multivari

help wanted good first issue
truongc2
truongc2 commented Dec 9, 2020

Your bug may already be reported!
Please search on the issue tracker before creating one.

Description

TypeError: _sizeof_fmt() takes 1 positional argument but 2 were given

Steps to Reproduce

df = pd.read_csv("gs://amazing-public-data/lending_club/lending_club_data.tsv", sep="\t")
dd.data_summary(df, compute_backend=
bug good first issue

Improve this page

Add a description, image, and links to the exploratory-data-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exploratory-data-analysis topic, visit your repo's landing page and select "manage topics."

Learn more