Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Update instances of 'import pandas_profiling' to 'import ydata_profiling' (resolves #9) #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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