The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "pivot table"

SQLite::VirtualTable::Pivot - use SQLite's virtual tables to represent pivot tables. River stage zero No dependents

A pivot table is a table in which the distinct row values of a column in one table are used as the names of the columns in another table. Here's an example: Given this table : Student Subject Grade ------- ------- ----- Joe Reading A Joe Writing B Jo...

BDUGGAN/SQLite-VirtualTable-Pivot-0.02 - 12 Nov 2009 02:13:53 UTC - Search in distribution

Data::Xtab - Pivot (cross-tabulate) a table of data. River stage zero No dependents

This module allows you to feed it tables of data to be pivoted in such a way that they can be easily used in a report or graph. Here is an example of input data: 'A', 'JUN', 7 'A', 'JAN', 4 'B', 'JAN', 3 'B', 'FEB', 39 'C', 'MAY', 8 'A', 'JUN', 100 T...

BJEPS/Data-Xtab-1.01 - 26 Jun 1998 14:56:41 UTC - Search in distribution

Data::Pivot - Perl module to pivot a table River stage zero No dependents

With Data::Pivot you can pivot a table like this: Some Fix Columns Pivot_Col Num_Values aaa bbb ccc 01 12.20 aaa bbb ccc 02 134.50 aaa bbb ccc 03 1.25 xxx yyy zzz 02 22.22 xxx yyy zzz 03 111.11 Will be converted to: Some Fix Columns 01 02 03 Sum aaa ...

BDULFER/Data-Pivot-0.05 - 19 Nov 2004 20:01:17 UTC - Search in distribution

Text::CSV::Pivot - Transform CSV file into Pivot Table format. River stage zero No dependents

Recently I was asked to prepare pivot table using csv file at work. Having done that using quick and dirty perl script, I decided to clean up and make it generic so that others can also benefit. Below is sample data, I used for prototype as source cs...

MANWAR/Text-CSV-Pivot-0.09 - 25 Jun 2018 13:57:07 UTC - Search in distribution

DBIx::PivotQuery - create pivot tables from queries River stage zero No dependents

CORION/DBIx-PivotQuery-0.01 - 09 Apr 2017 19:24:53 UTC - Search in distribution

Data::Pivoter - Perl extension for pivot / cross tabulation of data River stage zero No dependents

A pivot object is created using new. Various parameters may be specified to alter how the table is pivoted. The actual pivot of a table is perfomed using the method pivot....

MSICKEL/Data-Pivoter-0.08 - 19 Aug 2002 20:07:39 UTC - Search in distribution

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Profile - Perl extension for cutting cycloidal gear wheels and related items out of sheet metal River stage zero No dependents

The following classes are intended for top level use: Cog - generates a meshing pair of toothed wheels. Wheel - instance of a toothed wheel. Boss - Wheel center for physical attachment Ring - represents a cylendrical space, possibly needing several p...

MARKWIN/CNC-Cog-0.061 - 01 Jan 2006 15:39:22 UTC - Search in distribution

Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace River stage one • 1 direct dependent • 1 total dependent

Subs created and collected since the mid-90s....

KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution

Net::Async::Redis::Commands - mixin that defines the Redis commands available River stage one • 2 direct dependents • 2 total dependents

This is autogenerated from the list of commands available in <https://redis.io/commands>. It is intended to be loaded by Net::Async::Redis to provide methods for each available Redis command....

TEAM/Net-Async-Redis-6.000 - 27 Jan 2024 21:02:18 UTC - Search in distribution

share::Synopsis::S06-routines River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Spreadsheet::Reader::ExcelXML - Read xlsx/xlsm/xml extention Excel files River stage zero No dependents

This is an Excel spreadsheet reading package that should parse all excel files with the extentions .xlsx, .xlsm, .xml *Excel 2003 xml <https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats> (SpreadsheetML <https://en.wikipedia.org/wiki/Spreadshe...

JANDREW/Spreadsheet-Reader-ExcelXML-v0.16.8 - 20 Apr 2017 12:55:57 UTC - Search in distribution

Text::Summarizer - Summarize Bodies of Text River stage zero No dependents

This module allows you to summarize bodies of text into a scored hash of *sentences*, *phrase-fragments*, and *individual words* from the provided text. These scores reflect the weight (or precedence) of the relative text-fragments, i.e. how well the...

FAELIN/Text-Summarizer-2.01 - 06 Jun 2018 19:37:52 UTC - Search in distribution

recs-toptable River stage one • 1 direct dependent • 1 total dependent

TSIBLEY/App-RecordStream-4.0.25 - 06 Jun 2018 15:51:07 UTC - Search in distribution

DataWarehouse - Perl Data Warehouse Toolkit River stage zero No dependents

Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and generating reports based on that information. It's also a good language for many system management tasks. The language is intended to be...

NFERRAZ/DataWarehouse-0.04 - 31 Aug 2010 07:58:02 UTC - Search in distribution

Apache::Wyrd::Chart - Embed Dynamically-redrawn charts in HTML River stage zero No dependents

Chart-graphic Wyrd wrapping the "GD::Graph" Module. Creates a graphic file (PNG) and a meta-data file based on data handed it to by an "Apache::Wyrd::Query" Wyrd. HTML ATTRIBUTES The Chart Wyrd accepts nearly all the attributes of the GD::Graph modul...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC - Search in distribution

Data::Table - Data type related to database tables, spreadsheets, CSV/TSV files, HTML table displays, etc. River stage one • 6 direct dependents • 8 total dependents

Field Summary data refto_arrayof_refto_array contains a two-dimensional spreadsheet data. header refto_array contains all column names. type 0/1 0 is row-based, 1 is column-based, describe the orientation of @$data. Package Variables $Data::Table::VE...

EZDB/Data-Table-1.78 - 11 Feb 2020 16:57:38 UTC - Search in distribution

Excel::ValueWriter::XLSX - generating data-only Excel workbooks in XLSX format, fast River stage one • 1 direct dependent • 1 total dependent

The present module is aimed at fast and cost-effective production of "data-only" Excel workbooks, containing nothing but plain values and formulas. CPU and memory usage are much lower than with the well-known Excel::Writer::XLSX; however the set of f...

DAMI/Excel-ValueWriter-XLSX-1.05 - 14 May 2023 20:14:30 UTC - Search in distribution

Paws::Quicksight::Sheet River stage two • 9 direct dependents • 11 total dependents

A *sheet*, which is an object that contains a set of visuals that are viewed together on one page in the Amazon QuickSight console. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for e...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution
26 results (0.063 seconds)