# CARD TRANSACTIONS AT PETROL STATIONS

## About

This dataset contains card transactions made by clients of some small Czech bank at petrol stations, mostly in the Czech republic but also abroad, in the period of 12 months in 2017-2018.

## Columns

* clid: client id
* posid: id of the payment place (petrol station)
* day: payment date in the Y-m-d format
* hour: payment hour (0-23)
* amt: payment amount in CZK
* fav: is this station flagged to be one of favourite stations of that client?
* fav_main: is this station flagged to be the most favourite station of that client?
* cl_gps_lat, cl_gps_lon: GPS coordinates of the client's living place (possibly the municipality only, not street or house exactly)
* country: payment country
* city: payment city
* name: payment place (station) name
* clst: number of cluster where the station fits by clients behaviour (0 = unclustered)
* pos_gps_lat, pos_gps_lon: GPS coordinates of the payment place (for the stations in the Czech republic only)
* dist: distance in km between client living place and payment place
