Descripción
Sequence Dataset Processing and Stats Display Plugin
Overview
This plugin provides a simple way to process datasets and display the resulting statistics in the front end of a WordPress website. It supports multiple datasets, so you can easily switch between them and display different statistics as needed.
Features
Upload and process multiple datasets
Display a variety of statistical measures, such as mean, median, and standard deviation
Customizable display options and color scheme
Shortcode support for easy integration into WordPress posts and pages
Usage
Go to the Datasets section in the WordPress admin area
Upload a dataset in CSV format
Select the statistical measures you want to display.
Use the shortcode [dataset_graph_1 id="1" row_id="1"]
to display the statistics in a post or page, where the id attribute is the ID of the dataset you want to show and row_id for display the targeted row graph.
Use the shortcode [dataset_search]
to display the autocomplete form for search dataset by name.
Use shortcode [dataset_search_term]
to display searched, matched, and related terms.
Support
If you have any questions or need help using the plugin, please visit the WordPress support forum or contact the plugin author directly. We’ll do our best to assist you in a timely manner.
Instalación
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/datasets-manager-by-arttia-creative
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the
Datasets
screen to configure the plugin
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Datasets Manager by Arttia Creative» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Datasets Manager by Arttia Creative» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.3.2
- Improvement – Code optimization to speed up uploading and updating process and improved database performance.
1.2
- Improvement: Added help text in relation upload tab with sample CSV for ease.
1.1.1
- Tested compatibility with WordPress 6.2
1.1
- Improved database performance by optimizing the table creation query and breaking it into smaller chunks.
- Enhanced ranking functionality by replacing nested loops with a single optimized SQL query.
- Streamlined density calculations by replacing nested loops with a single optimized SQL query.
1.0
- Initial Release