Skip to content

Commit 30a1302

Browse files
authored
Update roadmap.md [ci skip]
1 parent b1685b2 commit 30a1302

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roadmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ In this document, I describe the functionality that we want to add to DataFrame
99

1010
## New functionality
1111

12-
* Handling missing values
13-
* Joins
14-
* Time series
15-
* Support for more file formats
12+
* **Handling missing values** - finding missing values, replacing them with something. Reading files with missing values. Detecting types of columns that have missing values.
13+
* **Joins** - left, right, inner join of sevaral data frames
14+
* **Time series** - similar to the [Time Series / Date functionality](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html) in pandas
15+
* **Support for more file formats** - at this moment, we can read/write data from CSV files. Add support for more file formats, for example, Excel. Are there other formats that we should consider?
1616

1717
## Experimental
1818

0 commit comments

Comments
 (0)