Postos (postos.rvX)

Os postos do DECOMP, localizados no arquivo geralmente denominado postos.rvX, são armazenadas na classe:

class Postos(data=Ellipsis)[código-fonte]

Armazena os dados de entrada do DECOMP referentes ao postos e seus históricos.

property postos: DataFrame

Obtém a tabela com os dados dos postos existentes no arquivo binário.

  • nome (str)

  • ano_inicio_historico (int)

  • ano_fim_historico (int)

Retorna:

A tabela com os postos

Tipo de retorno:

pd.DataFrame

write(to: str | IO, *args, **kwargs)[código-fonte]

Write the registerfile data to a given file or buffer.

Parâmetros:

to (str | IO) – The writing destination, being a string for writing to a file or the IO buffer