issues
search
lisad
/
phaser
The missing layer for complex data batch integration pipelines
MIT License
9
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
This test got lost in fixing up CSV parsing - nice that it all works now
#178
lisad
closed
5 days ago
0
Adds an example step to the main readme
#177
lisad
closed
5 days ago
0
Adds documentation for the diff CLI tool, the classes in the API, and in concepts
#176
lisad
closed
2 weeks ago
1
Adds more tests and logic for handling NAN values, defaults, etc in column logic
#175
lisad
closed
2 weeks ago
0
Adds logic to check to see if two columns have conflicting rename lists, and if data has conflicting column names
#174
lisad
closed
2 weeks ago
0
Adds a HTML file that has buttons to open all the diff HTML files, and the linking file is automatically opened in browser
#173
lisad
closed
1 month ago
0
Makes the diff utility skip phases that renumber all the rows
#172
lisad
closed
1 month ago
0
Fix bugs in running diff tool on bike trail data
#171
lisad
closed
1 month ago
0
Replaces clevercsv with using Python's builtin csv basics
#170
lisad
closed
1 month ago
0
One more update to release to make image alt work since image works
#169
lisad
closed
1 month ago
0
Update README.md table formatting hoping it will display better on github and pypi
#168
lisad
closed
1 month ago
0
Update version for release
#167
lisad
closed
1 month ago
0
How do we link to readthedocs.io in pypi?
#166
lisad
opened
1 month ago
0
Adds documentation for diffing and highlights it on main README
#165
lisad
closed
1 month ago
0
Adds a HTML file that wrap all the others with buttons for quick opening
#164
lisad
closed
1 month ago
0
Expose IndexedTableDiffer and HTMLTableFormat and FormatterBase classes in phaser library?
#163
lisad
closed
2 weeks ago
1
Adds a diff command line tool, and the diff logic and HTML formatter that it uses
#162
lisad
closed
1 month ago
0
Adds a test that tries and fails to repro issue #160
#161
lisad
closed
1 month ago
2
Boston pipeline failing - field value of string containing comma gets parsed as 2 fields
#160
lisad
closed
1 month ago
1
Sort out how Pipeline gets instantiated in run/diff, with or without phases passed in
#159
lisad
opened
2 months ago
0
Zero dependencies
#158
lisad
closed
1 month ago
0
Better management of output filenames and previous run directories
#157
lisad
closed
2 months ago
1
Makes a couple improvements to saving and moving files in the working directory
#156
lisad
closed
2 months ago
0
Restricted String value class would be useful - limit length, characters, etc.
#155
lisad
opened
3 months ago
0
Refactors Context to be in its own file
#154
lisad
closed
4 months ago
0
Allow variable values to be passed in on command line
#153
lisad
opened
4 months ago
1
Make file name accessible (in batch? in context?) in phases while running
#152
lisad
opened
4 months ago
1
Adds a test for logging control and some documentation for logging control
#151
lisad
closed
4 months ago
0
Make pipelines able to run and load data and check errors from dynamic context
#150
lisad
opened
5 months ago
0
First steps in using python logging properly
#149
lisad
closed
4 months ago
0
Slight reorg of phaser run command to fix a comment I'd left behind
#148
lisad
closed
4 months ago
0
Fixes two small bugs that both involved checking allowed_values
#147
lisad
closed
5 months ago
0
Add a builtin step to delete duplicate rows
#146
lisad
opened
5 months ago
0
Drop empty rows before turning into dicts in the CSV reading code
#145
lisad
closed
5 months ago
0
Fixes two broken tests, issue #142, and enables tests now they're fixed
#144
lisad
closed
5 months ago
1
Work on Column basic usage and class documentation
#143
lisad
closed
5 months ago
0
Column fixing values should happen BEFORE checking allowed values
#142
lisad
closed
5 months ago
1
Add a DB connector example
#141
YuliaS
opened
5 months ago
1
Accept pandera schema as part of a phase's setup work?
#140
lisad
opened
5 months ago
0
Add docs - advanced docs, build/test/docs docs, and bump version
#139
lisad
closed
5 months ago
0
Adds a test to make sure that files with returns in column names get fixed
#138
lisad
closed
5 months ago
0
Cleans up the 'blank' param so it's only on string column, adds test,…
#137
lisad
closed
5 months ago
0
Adds a test for issue #17 and fixes comment referencing ReshapePhase
#136
lisad
closed
5 months ago
0
Adds test (skipped for now) to test empty lines that only contain commas
#135
lisad
closed
5 months ago
0
Adds documentation for the project
#134
jeffkole
closed
5 months ago
0
Clean up returned tuple where step wrapper passes "check_size" back to phase with results
#133
lisad
opened
6 months ago
0
Adds BooleanColumn to builtin columns
#132
lisad
closed
6 months ago
0
Adds a test for the case when a hash or pound sign begins a line in CSV
#131
lisad
closed
6 months ago
0
Suppresses row count warning if the step declares that it doesn't want that check
#130
lisad
closed
5 months ago
0
Save dropped rows to a dropped-rows file (one per phase?)
#129
lisad
opened
6 months ago
1
Next