Jason T. Kiley

Results 7 comments of Jason T. Kiley

+1 Another common case where leading zeros matter is CUSIP identifiers. There is data encoded by position (issuer, issue, and a check digit in the 9th position), and different databases...

Of all of the open source stuff I run, this is the single thing that isn't notarized. The reality is that it makes it frustrating for users, and it also...

Agreed that it would be good to be able to deal with this with options in `df.to_sql()`. Here's the workaround I use in sqlite: ```sql CREATE TABLE IF NOT EXISTS...

Same here. Deployment went fine for me with Azure static apps, but it has its own CI runner that is added by the VS Code extension. I just deleted these,...

No worries. The easiest example is looking at the syntax highlighting for the following commands in Atom: ``` .tex % The plural version is not highlighted like the singular version....

The capitalized versions are defined in the package as a way of handling capitalization of name prefixes (e.g. when an cited work has an author last name with a prefix...

@area: No worries. Thanks for your work on this.