a dataset is a list of data records, picture a list but each list item is a dictionary. for example: a list of proxies! each proxy item will have a dataset of: proxy IP, proxy port, username and a password, each of those fields will be accessible individually!
You can create a dataset from scratch or you can load it from a file.
This command will allow you to load a file of (TEXT,XML or JSON) into a dataset.
This command will allow you to save a dataset to a file of (TEXT,XML or JSON).
This command will allow you to clear all items from a dataset.
This function will allow you to access a single dataset item, you will need the index of the list and the name/index of the dataset item entry.
for example for a list of proxies dataset, the index is 0 (the index of the proxy), and proxyip as a name if you want to access the proxy ip.
get the total count of dataset items
Edits a dataset item
Adds a dataset record
imports datasets from regular files