-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
column description bug #386
Comments
printable just check ASCII table so it is perfect for English language and doesn't support accent characters and Unicode characters
printable =r'\w \!\"#\$%&\'\(\)\*\+,\-\./:;<»«؛،ـ\=>\?@\[\\\]\^_\`\{\|\}~'
df['var1'].str.count(r'[^{}]+'.format(printable)`).astype(bool).sum() test the regex: https://regex101.com/r/cF5AVW/6 |
aschonfeld
added a commit
that referenced
this issue
Jan 6, 2021
aschonfeld
added a commit
that referenced
this issue
Jan 16, 2021
fixed in v1.31.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the column description, these metric have bugs
Test: on http://alphatechadmin.pythonanywhere.com/dtale/main/4
The correct column description should be
I checked the regexes in the #335 and it was ok
https://regex101.com/r/GPxA1F/1
https://regex101.com/r/GPxA1F/2
The text was updated successfully, but these errors were encountered: