Skip to content

Commit

Permalink
refactor: Update instances of 'import pandas_profiling' to 'import yd…
Browse files Browse the repository at this point in the history
…ata_profiling' (resolves streamlit#9)
  • Loading branch information
glen-fdce committed Apr 28, 2024
1 parent 9b8cc1c commit 1041e21
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions content/bn/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pip install streamlit_pandas_profiling
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -45,7 +45,7 @@ st_profile_report(pr)
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/de/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ So erstellt man eine Streamlit App mithilfe einer Komponent:
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -45,7 +45,7 @@ Der erste Schritt für das Erstellen einer Streamlit App ist es, die `streamlit`
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/en/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here's how to build a Streamlit app using a component:
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -45,7 +45,7 @@ The very first thing to do when creating a Streamlit app is to start by importin
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/es/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Aquí se explica cómo crear una aplicación Streamlit usando un componente:
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -45,7 +45,7 @@ Lo primero que debe hacer al crear una aplicación Streamlit es comenzar importa
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/fr/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Voici comment créer une application Streamlit à l'aide d'un composant :
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -47,7 +47,7 @@ La première chose à faire lors de la création d'une app Streamlit est d'impor
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/hi/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install streamlit_pandas_profiling
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -50,7 +50,7 @@ Streamlit ऐप बनाते समय सबसे पहली बात
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/ja/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pip install streamlit_pandas_profiling
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -49,7 +49,7 @@ Streamlitアプリを作成するときは、まず次のように`streamlit`ラ
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/pl/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Oto jak stworzyć aplikację w technologii Streamlit, która wykorzystuje kompon
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`Komponent streamlit_pandas_profiling`')
Expand All @@ -49,7 +49,7 @@ Pierwszą rzeczą, jaką trzeba zrobić tworząc aplikację jest zaimportowanie
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/pt/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Como contruir uma aplicação utilizando um componente
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -45,7 +45,7 @@ A primeira coisa a fazer quando estiver criando uma aplicação Strealit é impo
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/ru/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install streamlit_pandas_profiling
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -51,7 +51,7 @@ st_profile_report(pr)
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down
4 changes: 2 additions & 2 deletions content/zh/Day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pip install streamlit_pandas_profiling
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report

st.header('`streamlit_pandas_profiling`')
Expand All @@ -49,7 +49,7 @@ st_profile_report(pr)
```python
import streamlit as st
import pandas as pd
import pandas_profiling
import ydata_profiling
from streamlit_pandas_profiling import st_profile_report
```

Expand Down

0 comments on commit 1041e21

Please sign in to comment.