From 7ab4da795b078cdf800dd783ca6b26ffb30da075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D1=80=D1=8C=D1=8F=20=D0=A0=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D0=B5=D0=B3=D0=B0=D0=B5=D0=B2=D0=B0?= Date: Thu, 6 Mar 2025 19:24:49 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | Bin 0 -> 1024 bytes data.txt | 5 +++++ output.txt | 5 +++++ requirements.txt | 6 ++++++ 5 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 data.txt create mode 100644 output.txt create mode 100644 requirements.txt 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 0000000000000000000000000000000000000000..06d7405020018ddf3cacee90fd4af10487da3d20 GIT binary patch literal 1024 ScmZQz7zLvtFd70QH3R?z00031 literal 0 HcmV?d00001 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