Ben Chuanlong Du

Results 73 comments of Ben Chuanlong Du

I used to develop a big data profiling library based on Spark and also explored for such good open source solutions. Later, when I came across pandas-profiling, I give us...

I encountered a similar when building a Docker image using Kaniko on k8s. Unfortunately, the Dockerfile refers to enterprise Docker images, so that I could post steps to reproduce it...

I'm using Teradata SQL. The reason I ask for JDBC support is that it's much more convenient to use JDBC instead of ODBC for non-open source databases. Installing ODBC drivers...

What's more, if the current working directory of Python is not `/tmp/test_dulwich`, the following code doesn't add anything into stage. ``` dulwich.porcelain.add("/tmp/dulwich", "/tmp/dulwich") ``` This is rather inconvenient if users...

See a related issue https://github.com/dulwich/dulwich/issues/895

It can be helpful for setting up proxies too.

Now it's not just BIGINT. Other types (string, etc.) suffer the same issue. The string issue is likely due to upstream change in JPype. Specially, I have a column whose...

Also, I think it actually makes things more convenient to return a string as users may: 1. send email about the report summary 2. customize logging to make it easier...

@mlucool Does jupyterlab-kernel-usage work with Python kernels only or does it support kernels of other languages as well? I gave it a try (with JupyterHub instead of JupyterLab), kernels other...

I'm seeing a similar issue. I'm using JupyterLab 2.2.9. Below is the configuration object that printed out which shows that ResourceUseDisplay is indeed configured. But nothing is shown on the...