While working with datasets, it is often times required to change the shape of it. For example, you have one long list with all the data in it. Each data value inside the list reflects a daily record. If you are interested in a weekly analysis, you need to transform it from a one dimensional […]
Categories