Anthony DeBarros

Results 23 issues of Anthony DeBarros

The [global time series file](https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv) shows `80,518,989` cumulative cases for the U.S. as of 4/13/22. However, adding all the rows in the [U.S. time series file](https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv) results in `80,514,639` cumulative...

**Is your feature request related to a problem? Please describe.** I typically save re-usable queries in external text files. In pgAdmin, I do this with files that carry a `.sql`...

enhancement 🚀

Looks like something happened to the docs at [palewi.re/docs/django-postgres-copy](https://django-postgres-copy.readthedocs.io/en/latest/)! I'm getting a 403.

It would be very helpful to save queries to a file, and later re-open and edit them. I don't see this as an option?

enhancement

Over time, various distributions of PostgreSQL have modified the steps for installing PL/Python support. This issue will track updates (which are reflected in the [2nd Edition of Practical SQL](https://nostarch.com/practical-sql-2nd-edition/)). ###...

Announcement

If you're a Windows 10 user, you may need to set permissions for the folder holding the code and data for the book. If you don't, you may see an...

Announcement

If you're a Windows user, you may need to set permissions for the folder holding the code and data for the book. If you don't, you may see an error...

Announcement

Hi, there, I recently downloaded the 2015 5-Year ACS table B19013 (median household income) from both Census Reporter and American Factfinder. Looking at both side-by-side I noticed a couple of...

bug
data export

Per https://bugs.python.org/issue33725, on macOS the default behavior of the multiprocessing module is `spawn` instead of `fork`, which has been deemed unsafe in newer macOS versions. As a result, the way...

research

Upon upload, the DocumentCloud API response does not include the values for `file_hash` or `pages`, probably because those get calculated during the processing of the document and are not available...

enhancement