Marvin Kastner
Marvin Kastner
Just use `size=len(df)` as an additional keyword when invoking. Because `df.itertuple()` returns an iterator, not a list.
Thank you very much for your assessment!
I checked code-server and I found these sources: - https://github.com/cdr/code-server/issues/268 - https://github.com/cdr/code-server/blob/v3.5.0/doc/FAQ.md#how-can-i-disable-telemetry So it seems like just the organization behind code-server else gets the telemetry data instead of Microsoft by...
Also from me great thanks for all the work and effort for this tool! In addition to the idea of @eddiebergman I would like to have some kind of remark...
One side note - when you add the CITATION.cff file to GitHub, it automatically resolved 'preferred-citation'. In the background this relies on the sister project https://github.com/citation-file-format/ruby-cff. Thus, maybe what was...
That looks really great! Good that you have the experience and [DocFX](http://dotnet.github.io/docfx/tutorial/docfx_getting_started.html) seems like a really nice choice! I think that if once docfx is set up, the missing xml...
It seems possible to integrate github projects into the documentation, see e.g. [the discussion here](https://github.com/dotnet/docfx/issues/1439). A (not working) example of how to add DocFX to appveyor can be found e.g....
I installed the new Visual Studio 2017 and that could solve the issue for me. Maybe this version restriction could be mentioned somewhere for the next person out there?
I am not sure whether I am not just getting your point but can't we find a regex to match them all? Instead of just catching alphanumeric symbols we could...
Ok, this explains it, you can't count with regex ;-) Well, I am just a contributing user as well, so maybe just fork it and put a pull request for...