question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DOC: Some methods (explode, collect) are missing in docs

See original GitHub issue

There are couple of methods in the code which are not included in the documentation (even though they have docstrings) like explode() and collect(). We should check which methods are missing and add them to reference guide and at least explode() should be included in the user guide as well.

I will do that myself, I just wanted to point out that it is happening, so we can think about possible prevention in the future.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
StevenLi-DScommented, Aug 3, 2019

Just a note: the dissolve method is also missing from the reference page http://geopandas.org/reference.html

0reactions
martinfleiscommented, Aug 3, 2019

@awa5114 not sure, I always fight with sphinx myself 😃. Check if the page you changed renders correctly. If you don’t change anything else, you can ignore these warnings for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pyspark.sql module - Apache Spark
Returns True if the collect() and take() methods can be run locally (without any Spark executors). New in version 1.3. isStreaming ¶. Returns...
Read more >
The open with google docs option has disappeared and only ...
Hello, Recently the option for students to open up the word documents that I attach to their assignments with google docs has disappeared,...
Read more >
DynamicFrame class - AWS Glue
Most significantly, they require a schema to be specified before any data is ... This example uses the filter method to create a...
Read more >
Table - Hail
Expand complex types into structs and arrays. explode. Explode rows along a field of type array or set, copying the entire row for...
Read more >
Spark explode array and map columns to rows
In this article, I will explain how to explode array or list and map DataFrame columns to rows using different Spark explode functions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found