* `DataFrame.slice_off`: New method * `GeoJSON.to_data_frame`: New method * Fix error with new column placeholder attributes in conjunction with pop, popitem and clear
0.37
=========================
* `DataFrame`: Add placeholder attributes for columns so that tab completion of columns as attributes at a shell works * `dt.from_string`: New function * `dt.to_string`: New function * `nrow`: Remove deprecated aggregation function * Don't use Numba for aggregation involving strings due to bad performance