-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from MC-kit/devel
Add export to pandas and duckdb
- Loading branch information
Showing
45 changed files
with
11,186 additions
and
457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pip==23.0.1 | ||
nox==2022.11.21 | ||
poetry==1.4.0 | ||
poetry==1.4.1 | ||
virtualenv==20.16.5 # restricted by poetry on Windows, current 20.17.1 | ||
wheel-0.38.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
!contains(github.event.head_commit.message, '[skip_ci]') | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Set up Python 3.10 # on 3.11 pip install in unstable: "canonicalize" fails occasionally | ||
uses: actions/[email protected] | ||
|
@@ -55,7 +55,7 @@ jobs: | |
- name: Load poetry cache | ||
id: cached-poetry-dependencies | ||
uses: actions/cache@v3.2.6 | ||
uses: actions/cache@v3.3.1 | ||
with: | ||
path: | | ||
.cache/pypoetry | ||
|
@@ -85,7 +85,7 @@ jobs: | |
needs: lint | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.5.0 | ||
with: | ||
fetch-depth: 1 | ||
|
||
|
@@ -106,7 +106,7 @@ jobs: | |
- name: Load poetry cache | ||
id: cached-poetry-dependencies | ||
uses: actions/cache@v3.2.6 | ||
uses: actions/cache@v3.3.1 | ||
with: | ||
path: | | ||
.cache/pypoetry | ||
|
@@ -137,7 +137,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.5.0 | ||
with: | ||
fetch-depth: 1 | ||
|
||
|
@@ -158,7 +158,7 @@ jobs: | |
- name: Load poetry cache | ||
id: cached-poetry-dependencies | ||
uses: actions/cache@v3.2.6 | ||
uses: actions/cache@v3.3.1 | ||
with: | ||
path: | | ||
.cache/pypoetry | ||
|
@@ -187,7 +187,7 @@ jobs: | |
steps: | ||
|
||
- name: Check out the repository | ||
uses: actions/checkout@v3.3.0 | ||
uses: actions/checkout@v3.5.0 | ||
|
||
- name: Set up Python 3.11 | ||
uses: actions/[email protected] | ||
|
@@ -201,7 +201,7 @@ jobs: | |
- name: Load poetry cache | ||
id: cached-poetry-dependencies | ||
uses: actions/cache@v3.2.6 | ||
uses: actions/cache@v3.3.1 | ||
with: | ||
path: | | ||
.cache/pypoetry | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,3 +134,9 @@ dmypy.json | |
|
||
# A soundbox work and data folder | ||
wrk/ | ||
|
||
|
||
# poetry local config | ||
/poetry.toml | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.