Skip to content
#

eda

Here are 2,439 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
vaughnbetz
vaughnbetz commented Dec 17, 2020

Tuo Xie requested the ability to visualize clocking (pins & wires I believe). We should make it easier to visualize subsets of the device routing resource and types of routing nets.

Proposed Behaviour

Add filtering to the rr_nodes displayed (ToggleRR), and to the nets displayed (ToggleNets). I think we should have an option to filter what is shown by node type, node name (segment or pin t

VPR 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 eda 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 eda topic, visit your repo's landing page and select "manage topics."

Learn more