Maxim Kupfer

Results 13 issues of Maxim Kupfer

**Describe the bug** My use case is when tables have an _ID_ column that are intergers, but should really just be treated as a categorical variable. When setting `infer_dtypes` for...

question/discussion ❓

**Is your feature request related to a problem? Please describe.** I find it very redundant and unnecessary to repeat typing a column reference for api functions that act on a...

enhancement

I'm getting an error when creating a DataTable in an app that uses tabs. I found a similar issue that was popping up when it was still `dash_table_experiments ` and...

dash-type-bug
dash-stage-backlog
size: 2

`npm run build:all` was throwing the following error: ``` ERROR in dash_react_table.min.js from Terser TypeError: Cannot read property 'minify' of undefined at minify (/Users/mbk/dash_react_table/node_modules/terser-webpack-plugin/dist/minify.js:175:23) at module.exports (/Users/mbk/dash_react_table/node_modules/terser-webpack-plugin/dist/worker.js:13:40) at handle (/Users/mbk/dash_react_table/node_modules/worker-farm/lib/child/index.js:44:8)...

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? Python 3.8.10 2. What operating system and processor architecture are you using? Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29...

bug

## What is the current behavior? `cache_result` does not clean up a temporary table when it is no longer being referenced. This results in unnecessary storage credits throughout the entirety...

feature

## What is the current behavior? No indication that show is only printing top results, which could mislead users that aren't aware. ``` >>> df = session.range(1,12).to_df('col1') # create 11...

feature

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? `Python 3.8.13 (default, Mar 28 2022, 06:59:08) [MSC v.1916 64 bit (AMD64)]` 2....

bug
needs triage

Add an explicit SQL drop command that drops the underlying temporary table for cached DataFrames. Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is...

Love the tool! Just wanted to know if we could add a separate style sheet for a dark mode toggle? Would be much easier on the eyes for me.