Skip to content

Commit

Permalink
Merge pull request #246 from JosephBARBIERDARNAL/barplot-pandas-x3
Browse files Browse the repository at this point in the history
barplot x3 pandas
  • Loading branch information
holtzy committed Sep 25, 2023
2 parents 6a43dc1 + 51a0973 commit 35d82a6
Show file tree
Hide file tree
Showing 7 changed files with 723 additions and 0 deletions.
181 changes: 181 additions & 0 deletions src/notebooks/538-introduction-to-barplot-with-pandas.ipynb

Large diffs are not rendered by default.

310 changes: 310 additions & 0 deletions src/notebooks/539-customizing-barplot-with-pandas.ipynb

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions src/notebooks/540-barplots-grouped-by-color-with-pandas.ipynb

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions src/pages/barplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,37 @@ export default function Barplot() {

<Spacing />

<Container>
<h2 id="Pandas">
<Seaborn />
Barplot with <code>Pandas</code>
</h2>
<p>
The <code>bar</code> function of <code>pandas</code> allows to
quickly build a barplot. You will find below examples of how to
create simple and grouped barcharts using <code>pandas</code>.
</p>
<Row>
<ChartImageContainer
imgName="538-introduction-to-barplot-with-pandas"
caption="Introduction to barplot with pandas"
linkTo="/538-introduction-to-barplot-with-pandas"
/>
<ChartImageContainer
imgName="539-customizing-barplot-with-pandas"
caption="Customizing barplot with pandas"
linkTo="/539-customizing-barplot-with-pandas"
/>
<ChartImageContainer
imgName="540-barplots-grouped-by-color-with-pandas"
caption="Barplots grouped by color with pandas"
linkTo="/540-barplots-grouped-by-color-with-pandas"
/>
</Row>
</Container>

<Spacing />

<Container>
<h2 id="Best">
<Matplotlib />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35d82a6

Please sign in to comment.