Daniel Kapitan

Results 24 comments of Daniel Kapitan

This seems relevant to this discussion, as to how to handle strings: https://arrow.apache.org/blog/2019/02/05/python-string-memory-0.12/

@rirze's solution serves my needs. Here is my current Python package workflow with cookiecutter, pdoc3 and GitHub. ## Setup package with cookiecutter ``` mkdir myproject cd myproject cookiecutter gh:audreyr/cookiecutter-pypackage pip...

Have never contributed to js projects, but since the feature request is mine I am willing to help wherever I can. Looking at the codebase of falcon, it lookst like...

@shannonlal and @n-riesco Off topic, but to deepen my understanding: the Sequelize library is used to create the connections. I need to interface with MS SQL via ODBC as well,...

@shannonlal thanks for your help. I am currently swamped myself, and in the process of implementing a new data science platform on Google Cloud. So I don't expect to have...

Hi @matthieucan, thanks for your response. Regarding your questions: > Correct me if I'm wrong, but what you'd like to have is the ability for diepvries to generate SQL loading...

@jtascensao would be interested in this as well. We work on Google Cloud platform, where every project has a separate: - Cloud Storage bucket - Bigquery dataset I think it...

thanks for the suggestion @lmcinnes. I will put this on my next item to pick up, @MaartenGr

Indeed, I ran into these issues whilst working on the documentation for datamapplot. I have got it to work now, and will add a section to the FAQ.