On 3/28/17, zljubi...@gmail.com wrote:
> In dataframe
>
> import pandas as pd
>
> data = {'model': ['first', 'first', 'second', 'second', 'second', 'third',
> 'third'],
> 'dtime': ['2017-01-01_112233', '2017-01-01_112234',
> '2017-01-01_112234', '2017-01-01_112234', '2017-01-01_112234',
>
In dataframe
import pandas as pd
data = {'model': ['first', 'first', 'second', 'second', 'second', 'third',
'third'],
'dtime': ['2017-01-01_112233', '2017-01-01_112234',
'2017-01-01_112234', '2017-01-01_112234', '2017-01-01_112234',
'2017-01-01_112235', '2017-01-01_112235'],
}