Christopher Groskopf

Results 45 issues of Christopher Groskopf

Via Chris Wright: "I wanted to add that the date 1960-01-01 can also be a suspicious date as this is the 0 date for a data manipulation program called SAS....

Via Chris Wright: "Finally record counts in general should be checked when receiving and loading data. Excel gives people the option to add in new lines within cells, this is...

Via Chris Wright: "Also, I'm always suspicious of row counts that are multiples of 1000 or 100 as these are often sample data sets and therefore missing records. I generally...

In order to make a new data loader I had to add this to my YAML config: ```yaml - id_name: version_select type: custom name: Update ``` This should be in...

It would be useful if I could add a longer help string for each individual parameter. It would make it much less likely a user has to jump out to...

It's super-critical anytime anyone is working with ACS data that they understand that the data has inherent error. I see some evidence in the code this was intended to be...

Currently any Workbench module can only have a single Python module. This makes it difficult to write well-factored and readable code. It would be great if we could have the...

Not certain what it is about these numbers that caused this: Here is the data I was using: ``` French 🧀 German 🧀 Belgian 🧀 Italian 🧀 Dutch 🧀 France...

A mapping? --types int,varchar A .csvt?

feature
framework

Such as #581. But what's the limit? 100MB? 500MB? 1GB?

feature
framework