Aki Ariga

Results 24 issues of Aki Ariga

numpy-100 has already 100 exercises. https://github.com/rougier/numpy-100/blob/master/100%20Numpy%20exercises.md

Use binder and add jupyter notebook like [numpy-100](https://github.com/rougier/numpy-100)

This examples are strictly depends on numpy version, but there are more Julia like questions.

enhancement

`DIV` should be treated as Operator, but it isn't. https://www.w3schools.com/sql/func_mysql_div.asp This behavior prevents to get_alias with `DIV` operator. ## Actual behavior ```py >>> sqlparse.parse('col1 DIV 5')[0]._pprint_tree() |- 0 Identifier 'col1...

Currently, CREATE TABLE AS SELECT a.k.a. CTAS doesn't parse column aliases with functions e.g., coalesce, if, appropriately. In the following example, `coalesce` is parsed as `Name` while it should be...

**Is your feature request related to a problem? Please describe.** When given invalid columns option, it passes through to tabula-java and the error message isn't clear. https://stackoverflow.com/questions/70925281/error-in-tabula-tabula-py-when-specifying-area-parameter **Describe the solution...

## What changes were proposed in this pull request? This PR will speed up the build time on Travis CI. Travis CI will timeout when the build time over 50...

I found typo in tinysegmenter.py Project description is also mistaken.

I cannot use simstring with unicode string. Followings are what I executed. ``` shell: $ ./sample_unicode libc++abi.dylib: terminate called throwing an exception Abort trap: 6 ``` It also fails simstring...

os-mac