Olaf

Results 35 issues of Olaf

Hi, Assuming that is (even technically) possible, it would be useful to have the data indexed (but not loaded yet in the RAM) like in `sparklyr` (see https://www.rdocumentation.org/packages/sparklyr/versions/1.0.2/topics/spark_read_parquet) That would...

Hello there, Excellent initiative! I tried to open a parquet that I have created with `pyarrow` (with `spark` mode) and I get the error ``` > mytest

Hi, First of all, congratulations for this amazing packages that is wayyyy faster than `fuzzymatch` when dealing with large datasets of strings. Do you have more documentation about the matching...

Hello, Thanks for this great package! Do you plan on writing some updated version of the package? with the current 20.3 version of `Pandas`, `tstables` breaks down... Thanks!

Hello and thanks for this great package. I am having some issues with using regex and `elastic`. Consider the following query string myquery = ' {"query": { "regexp": { "data.headline.keyword":...

Hello! I tried to install the package on my computer, but the install fails ``` (base) C:\Users\john\Documents\packages\dist\pyasn-1.6.0b1>python setup.py build running build running build_py creating build creating build\lib.win-amd64-2.7 creating build\lib.win-amd64-2.7\pyasn copying...

help wanted

Hi there and thanks for this beautiful package!! i was curious to understand more the inner workings of the package. Is there a pdf that explains how you use Markov...

Hi! Unfortunately the package does not extract the field `ET` which is the time of the day when the article was release. How can I change the factivareader code so...

Hello there! I hope all is well during these difficult times! I was playing with the great `quanteda` and discovered the nice `textmodel_svm` classification model. However, contrary to `textmodel_nb` where...

Hello, A useful feature would be to add the information gain as defined p.17 of https://web.stanford.edu/~jurafsky/slp3/4.pdf. That would be a pretty useful metric. What do you think? Thanks!