Skip to content

Commit

Permalink
Merge pull request #25 from mattboggess/rename_gif
Browse files Browse the repository at this point in the history
Rename gifs
  • Loading branch information
mattboggess committed Dec 25, 2022
2 parents 896572a + fb28ec9 commit 9ad0f7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For interactive univariate EDA simply import the `univariate_eda_interact` funct
data, notes_file="optional_file_to_save_notes_to.json"
)

<img src="https://github.com/mattboggess/intedact/raw/main/demo/univariate_eda_demo.gif"/>
<img src="https://github.com/mattboggess/intedact/raw/main/demo/univariate_eda.gif"/>

At the top level, one selects the column and the summary type for that column to display. To explore the full dataset,
just toggle through each of the column names. Current supported summary types:
Expand Down Expand Up @@ -63,7 +63,7 @@ Like with univariate EDA, simply import the `bivariate_eda_interact` function in
data, notes_file="optional_file_to_save_notes_to.json"
)

<img src="https://github.com/mattboggess/intedact/raw/main/demo/bivariate_eda_demo.gif"/>
<img src="https://github.com/mattboggess/intedact/raw/main/demo/bivariate_eda.gif"/>

At the top level, one selects a pair of columns to display (one as the independent and the second as the dependent).
Current supported summary types:
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 9ad0f7d

Please sign in to comment.