Skip to content
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
10 changes: 5 additions & 5 deletions .translate/state/pandas.md.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source-sha: 9490497982787a5b0eb54ee1dcd73ac326d5ae04
synced-at: "2026-03-20"
model: unknown
mode: RESYNC
source-sha: 02e57a5befc2a9a081019edc748aba15e4b2f02a
synced-at: "2026-03-23"
model: claude-sonnet-4-6
mode: UPDATE
section-count: 5
tool-version: 0.11.0
tool-version: 0.11.2
12 changes: 6 additions & 6 deletions .translate/state/python_advanced_features.md.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source-sha: 1a87942398e15e03539083cc944a78653c532607
synced-at: "2026-03-20"
model: unknown
mode: RESYNC
section-count: 6
tool-version: 0.11.0
source-sha: 02e57a5befc2a9a081019edc748aba15e4b2f02a
synced-at: "2026-03-23"
model: claude-sonnet-4-6
mode: UPDATE
section-count: 7
tool-version: 0.11.2
16 changes: 14 additions & 2 deletions lectures/pandas.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ kernelspec:
language: python
name: python3
heading-map:
'{index}`Pandas <single: Pandas>`': '{index}`Pandas <single: Pandas>`'
Overview: مرور کلی
Series: Series
DataFrames: DataFrames
Expand All @@ -35,6 +36,17 @@ heading-map:

# {index}`Pandas <single: Pandas>`

(pd)=
```{raw} jupyter
<div id="qe-notebook-header" align="right" style="text-align:right;">
<a href="https://quantecon.org/" title="quantecon.org">
<img style="width:250px;display:inline;" width="250px" src="https://assets.quantecon.org/img/qe-menubar-logo.svg" alt="QuantEcon">
</a>
</div>
```

# {index}`Pandas <single: Pandas>`

```{index} single: Python; Pandas
```

Expand Down Expand Up @@ -172,7 +184,7 @@ s
ما این را از یک URL با استفاده از تابع `read_csv` در `pandas` خواهیم خواند.

```{code-cell} ipython3
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/pandas/data/test_pwt.csv')
df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas/data/test_pwt.csv')
type(df)
```

Expand Down Expand Up @@ -806,4 +818,4 @@ plt.tight_layout()
```{solution-end}
```

[^mung]: ویکی‌پدیا munging را به عنوان پاک‌سازی داده از یک فرم خام به یک فرم ساختاریافته و تصفیه شده تعریف می‌کند.
[^mung]: ویکی‌پدیا munging را به عنوان پاک‌سازی داده از یک فرم خام به یک فرم ساختاریافته و تصفیه شده تعریف می‌کند.
Loading
Loading