Create data
Datasets and tilesets are two different formats that you can create when uploading data to your Mapbox account. Datasets are editable and tilesets are styleable.
Datasets
A dataset is an editable collection of GeoJSON features. Datasets provide access to feature geometries (points, lines, and polygons) and properties (attributes).
What are datasets used for?
Consider using a dataset if you are working with less complex data that needs to be updated often. It is important to note that once your dataset has been created, it will need to be published into a tileset before you can add it to a style in the Mapbox Studio style editor. With datasets, you can continue to make changes to your data as needed, publish each update to the connected tileset, and see those changes reflected in any styles that contain that tileset.