Marc Garcia
Marc Garcia
@tonywu1999 do you mind editing the description and providing more context? Imagine a random user wanting to contribute to pandas lands here. We would like to explain what's the problem,...
We just developed this validation script, so it's expected that we find some false positives. Can you find where this error is being generated, so we can see what's the...
There is a condition in the script where we check that a line just contains dashes (or other specific characters, and that the length of the analysed line and the...
No problem on changing whatever is needed in the script.
Yes, the script will validate most cases all right, but if there is anything that need to be changed there, like adding new keywords, you can do it.
Better don't open a huge PR, take few documents (e.g. five), and just fix those.if you want to fix more (surly appreciated) then keep opening PRs, no problem in opening...
@cleconte987 you need to open a pull request. It's a bit tricky the first time, but there are resources out there to help you know how it works. If you...
As said early, you should be working on small batches, so keep opening small pull requests with the fixes, and we'll be merging them. There are many titles to fix,...
That can be tricky, but I think `DataFrame` is the best option.
> Can I fix some of these? Sure. Not sure what's the status, I guess @cleconte987 can help you understand what's missing.