Johannes Ahlmann
Johannes Ahlmann
documentation lists `destination_urls : Union[str, list]` rather than `destination_uris`.
https://github.com/ckan/ckan https://github.com/iamaziz/PyDataset I'm also collecting some datasets and using similar yaml syntax. maybe there is a possibliity to collaborate... Your resources/recipes seem more geared towards volume than specificity...
apparently this is implemented in node google-play-scraper, but I'm not fluent enough in protobuf to port this over. https://github.com/facundoolano/google-play-scraper/blob/dev/lib/similar.js#L51 Regards, Johannes
I don't know how to get all categories. i.e. "FAMILY" has several "proper" subcategories, which do not seem reachable using this tool. This is the results from https://github.com/facundoolano/google-play-scraper, googleplay-api only...
As far as I can tell it is not possible to use "defined names" in the `set_value` and `evaluate` methods. ``` excel = ExcelCompiler(filename='simple.xlsx') excel.evaluate('together') ``` ``` Traceback (most recent...
Hi, thank you so much for the work you have put into this library. I am using this library to process SEC XBRL filings to fetch information from P&L, Balance...
When trying to view the demo on the website, I only see a rotating square and javascript console is showing multiple 403 errors for javascript files.
- cloned your repo - installed requirements (had to change opencv-contrib-python==4.6.0 to opencv-contrib-python==4.6.0.66), using python3.8.13 - ` python color_correction.py --reference raw.jpg --input test.jpg --out output.jpg --width 1280` - output: ```...
When Ctrl-C interrupting edgar-crawler the `filings_metadata_file` often becomes empty with a size of 0. This is likely because `.to_csv` is called after every retrieval, and takes a long time to...
I benchmarked document embeddings of ollama==0.4.2 vs. llama_cpp_python==0.2.69. I used pretrained LLM models to create document embeddings and scikit-learn LogisticRegression to classify the documents. The Llama results are in the...