commit 7ab4da795b078cdf800dd783ca6b26ffb30da075 Author: Дарья Растегаева Date: Thu Mar 6 19:24:49 2025 +0000 Загрузить файлы в «/» diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0cafc1c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.venv/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d7405 Binary files /dev/null and b/README.md differ diff --git a/data.txt b/data.txt new file mode 100644 index 0000000..542f804 --- /dev/null +++ b/data.txt @@ -0,0 +1,5 @@ +5364781 +636 +44 +313 +33 \ No newline at end of file diff --git a/output.txt b/output.txt new file mode 100644 index 0000000..542f804 --- /dev/null +++ b/output.txt @@ -0,0 +1,5 @@ +5364781 +636 +44 +313 +33 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0308728 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +numpy==2.2.3 +pandas==2.2.3 +python-dateutil==2.9.0.post0 +pytz==2025.1 +six==1.17.0 +tzdata==2025.1