w3resource

Pandas DataFrame: sparse.to_dense() function

DataFrame - sparse.to_dense() function

The sparse-to_dense() function is used to convert a DataFrame with sparse values to dense.

Syntax:

sparse.to_dense(self)

Returns: DataFrame
A DataFrame with the same values stored as dense arrays.

Example:


Download the Pandas DataFrame Notebooks from here.

Previous: DataFrame - sparse.from_spmatrix() function
Next: DataFrame - from_dict() function



Follow us on Facebook and Twitter for latest update.