You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
A CSV file reader made for reading data out of a football dataset. The application can be extended to run analysis and generate report on any set of data in any type of report form, say html or docx for example. It showcases the use of composition and inheritance. The use of generics is notable.