Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audformat.Database.get() #399

Merged
merged 46 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
13b0f4f
Add audformat.Database.get()
hagenw Oct 19, 2023
0f14a70
Add modify_function argument
hagenw Oct 27, 2023
f0075fd
Update docstring
hagenw Oct 27, 2023
1651e7c
Add tests for strict
hagenw Oct 27, 2023
0a25746
Simplify tests
hagenw Oct 27, 2023
766bd1e
Fix error
hagenw Oct 27, 2023
8f05ff7
Return fix column names
hagenw Oct 30, 2023
8ec1ec1
Update to new dtype handling
hagenw Nov 2, 2023
9c8bd7a
Ensure empty data frame has column names
hagenw Nov 2, 2023
f557834
Request empty columns as well
hagenw Nov 2, 2023
54590d3
First idea for additional_schemes
hagenw Nov 2, 2023
e64df0c
Use index of first scheme
hagenw Nov 3, 2023
6c8d262
Limit search at the beginning
hagenw Nov 3, 2023
7e5985a
Remove modify_function
hagenw Nov 3, 2023
a3596d8
Update docstring
hagenw Nov 3, 2023
aca00be
Expand Database docstring example
hagenw Nov 3, 2023
958668b
Fix typo
hagenw Nov 3, 2023
9f028b7
Update docstring
hagenw Nov 3, 2023
db86ddc
Apply suggestions from code review
hagenw Nov 3, 2023
a9aba1f
Add Raises section
hagenw Nov 3, 2023
89087f5
Fix whitespace
hagenw Nov 3, 2023
b1453a3
Use emodb in examples
hagenw Nov 3, 2023
b18ff4b
Fix tests
hagenw Nov 3, 2023
88ff80a
Fix null categories
hagenw Nov 6, 2023
35bea52
Return empty column when scheme not assigned
hagenw Nov 6, 2023
a9045cf
Add tests
hagenw Nov 6, 2023
4f41210
Fix expected dtype
hagenw Nov 6, 2023
578e24b
Add more tests
hagenw Nov 6, 2023
5783d62
Fix index for empty labels
hagenw Nov 6, 2023
799e81c
Add failing test for duplicated index
hagenw Nov 7, 2023
8cc4625
Remove duplicates from found columns
hagenw Nov 7, 2023
150be33
Speed up additional_schemes for empty dfs
hagenw Nov 7, 2023
be44725
Limit search for additional_schemes
hagenw Nov 8, 2023
62df18f
Revert "Limit search for additional_schemes"
hagenw Nov 8, 2023
bec0389
Multi-threading and clean up
hagenw Nov 9, 2023
ca9283f
Add additional test
hagenw Nov 9, 2023
a8e38ec
Remove num_workers
hagenw Nov 9, 2023
3ec5b96
Remove support for duplicated index
hagenw Nov 9, 2023
394f1f1
Speed up aggregate_function
hagenw Nov 15, 2023
4d6d0e4
Update error message for non-matching dtypes
hagenw Nov 15, 2023
ae8fb5a
Start working on support direct mapping
hagenw Nov 15, 2023
d3373f4
Finish map argument
hagenw Nov 17, 2023
d3a7d3f
Fix map for additional_schemes
hagenw Nov 17, 2023
5492353
Add tests for new map argument
hagenw Nov 17, 2023
080df85
Fix alphabetic order of tests
hagenw Nov 17, 2023
3beb8c5
Add aggregate_strategy
hagenw Nov 22, 2023
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
Loading