Skip to content
Merged
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-04-09"
model: claude-sonnet-4-6
mode: UPDATE
section-count: 5
tool-version: 0.13.1
tool-version: 0.14.0
6 changes: 3 additions & 3 deletions .translate/state/python_advanced_features.md.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source-sha: dcf952a9a05ba3bf8763c21d89dac3c7480b8d45
synced-at: "2026-03-26"
source-sha: 02e57a5befc2a9a081019edc748aba15e4b2f02a
synced-at: "2026-04-09"
model: claude-sonnet-4-6
mode: UPDATE
section-count: 7
tool-version: 0.13.0
tool-version: 0.14.0
4 changes: 2 additions & 2 deletions lectures/pandas.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,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 @@ -808,4 +808,4 @@ plt.tight_layout()
```{solution-end}
```

[^mung]: ویکی‌پدیا munging را به عنوان پاک‌سازی داده از یک فرم خام به یک فرم ساختاریافته و تصفیه شده تعریف می‌کند.
[^mung]: ویکی‌پدیا munging را به عنوان پاک‌سازی داده از یک فرم خام به یک فرم ساختاریافته و تصفیه شده تعریف می‌کند.
2 changes: 1 addition & 1 deletion lectures/python_advanced_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ sum(draws)
:label: paf_ex1
```

کد زیر را کامل کنید و آن را با استفاده از [این فایل csv](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/python_advanced_features/test_table.csv) تست کنید، که فرض می‌کنیم آن را در دایرکتوری کاری فعلی خود قرار داده‌اید
کد زیر را کامل کنید و آن را با استفاده از [این فایل csv](https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/python_advanced_features/test_table.csv) تست کنید، که فرض می‌کنیم آن را در دایرکتوری کاری فعلی خود قرار داده‌اید

```{code-block} python3
:class: no-execute
Expand Down
Loading