Yifan Wu
Yifan Wu
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...
Hi folks, thanks for sharing the data (digging through the raw PUMA data would have been a pain). I was hoping to get an explanation for how `Total` does not...
Hi, I ran into `Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS` -- I understand I could build sql.js with a higher value for `RESERVED_FUNCTION_POINTERS`, but...
Currently B2 uses https://github.com/data-8/datascience, which was chosen for its simple API, convenient for code generation. However it's very slow. It should be easy to swap out the execution with something...
If a column name starts with a number, e.g., `10age_group`, then the current code generates a python variable starting with `10`, which is bad.
- check if a same task has been executed - greedily check if there is a worker more "suitable" based on what objects are local already (L0: count, L1: size)...
Hi there, Thank you for creating this reference custom kernel! Through some investigations, I thought that the recommended path is to use data_files support in `setup.py`, as opposed to manually...
Hi folks, in basic js based extensions, the developer could specify the files required, like the following https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/src/jupyter_contrib_nbextensions/nbextensions/codefolding/main.js#L13-L23 What is the equivalent in this repo? Where could it be specified?...
For example, data from https://www.kaggle.com/rtatman/188-million-us-wildfires, if you run the current query from DIEL ```SQL SELECT sql, name FROM sqlite_master WHERE type='table' AND sql not null AND name != 'sqlite_sequence' ```...