Numpydoc helps identifying issues with our docstrings, for example we can list the undocumented parameters using the following command:
parts of the output:
pyarrow.parquet.write_tablePR01: Parameters {'use_compliant_nested_type', 'where', 'row_group_size', 'use_byte_stream_split', 'compression_level', '\*\*kwargs'} not documentedpyarrow.parquet.write_metadataPR01: Parameters {'where', 'metadata_collector'} not documentedpyarrow.parquet.read_tablePR01: Parameters {'source', 'columns'} not documentedpyarrow.parquet.read_pandasPR01: Parameters {'source', '\*\*kwargs', 'columns'} not documentedpyarrow.parquet.PartitionSetPR01: Parameters {'keys', 'name'} not documentedpyarrow.parquet.PartitionSet.get_indexPR01: Parameters {'key'} not documentedpyarrow.parquet.ParquetWriterPR01: Parameters {'writer_engine_version', 'use_compliant_nested_type', 'use_byte_stream_split', 'compression_level'} not documentedpyarrow._flight.RecordBatchStream-> pyarrow._flight.RecordBatchStream(data_source, options=None)PR01: Parameters {'options', 'data_source'} not documentedpyarrow._flight.Location-> pyarrow._flight.Location(uri)PR01: Parameters {'uri'} not documentedpyarrow._flight.for_grpc_unix-> pyarrow._flight.Location.for_grpc_unix(path)PR01: Parameters {'path'} not documentedpyarrow._flight.for_grpc_tls-> pyarrow._flight.Location.for_grpc_tls(host, port)PR01: Parameters {'host', 'port'} not documentedpyarrow._flight.for_grpc_tcp-> pyarrow._flight.Location.for_grpc_tcp(host, port)PR01: Parameters {'host', 'port'} not documentedpyarrow._flight.GeneratorStream-> pyarrow._flight.GeneratorStream(schema, generator, options=None)PR01: Parameters {'options', 'schema', 'generator'} not documentedpyarrow._flight.FlightWriteSizeExceededError-> pyarrow._flight.A write operation exceeded the client-configured limit.PR01: Parameters {'actual', 'limit', 'message'} not documentedReporter: Krisztian Szucs / @kszucs
Related issues:
Note: This issue was originally created as ARROW-12718. Please see the migration documentation for further details.
Numpydoc helps identifying issues with our docstrings, for example we can list the undocumented parameters using the following command:
parts of the output:
Reporter: Krisztian Szucs / @kszucs
Related issues:
Note: This issue was originally created as ARROW-12718. Please see the migration documentation for further details.