Edward Gaere

Results 4 issues of Edward Gaere

For large dataframes containing strings with 500k rows and 60+ columns, pyexcelerate generates invalid .xlsx files that cannot be opened in Excel. Excel gives the error message: "We found a...

The [ExchangeRateSpecification](https://schema.org/ExchangeRateSpecification) currently has only one [currency](https://schema.org/currency). However, an exchange rate requires two currencies, each of type [currency](https://schema.org/currency), that together form a currency pair. For example, the exchange rate EURUSD...

no-issue-activity

**Problem**: Some indicators have no data but wbdata loops endlessly, incrementing the requested page on each request. **Example** https://api.worldbank.org/v2/sources/85/indicators Response ``` ``` **Solution**: early exit if WorldBank API returns pages=0...

bug

The code does not work with the following browsers: * Firefox: 128.0.3 (64-bit) * Edge: 127.0.2651.86 (Official build) (x86_64) * Opera: 71.0.3770.271 ``` clipboard.toClipboard(this.modal.copy_text); ``` No exception is thrown. There...