Example: biology

From Wikipedia, the free encyclopedia - …

from wikipedia , the free encyclopediaIn data processing, a pivot table is a data summarization tool found in data visualization programs such asspreadsheets or business intelligence software. Among other functions, a pivot - table can automatically sort,count total or give the average of the data stored in one table or spreadsheet. It displays the results in a secondtable (called a " pivot table ") showing the summarized data . pivot tables are also useful for quickly creatingunweighted cross tabulations. The user sets up and changes the summary's structure by dragging and droppingfields graphically. This "rotation" or pivoting of the summary table gives the concept its term pivot table is a generic phrase used by multiple vendors. In the United States, Microsoft Corporationhas trademarked the specific form PivotTable.

From Wikipedia, the free encyclopedia In data processing, ... In their book Pivot Table Data Crunching,[2] authors Bill Jelen and Mike Alexander refer to Pito Salas ...

Tags:

  Form, Data, Table, Free, Encyclopedia, Pivot, Crunching, Wikipedia, Pivot table data crunching, From wikipedia, The free encyclopedia

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of From Wikipedia, the free encyclopedia - …

1 from wikipedia , the free encyclopediaIn data processing, a pivot table is a data summarization tool found in data visualization programs such asspreadsheets or business intelligence software. Among other functions, a pivot - table can automatically sort,count total or give the average of the data stored in one table or spreadsheet. It displays the results in a secondtable (called a " pivot table ") showing the summarized data . pivot tables are also useful for quickly creatingunweighted cross tabulations. The user sets up and changes the summary's structure by dragging and droppingfields graphically. This "rotation" or pivoting of the summary table gives the concept its term pivot table is a generic phrase used by multiple vendors. In the United States, Microsoft Corporationhas trademarked the specific form PivotTable.

2 [1] pivot tables can be seen as a simplification of the more complete and complex OLAP History2 Explanation of a pivot table3 How a pivot table works4 Report Filter5 Column Labels6 Row Labels7 Summation values8 Application support9 As an OLAP client10 See also11 References12 Further reading13 External linksIn their book pivot table data crunching ,[2] authors Bill Jelen and Mike Alexander refer to Pito Salas as the"father of pivot tables". While working on a concept for a new program which would eventually become LotusImprov, Salas realized that spreadsheets have patterns of data . A tool that could help the user recognize thesepatterns would help to build advanced data models quickly. With Improv, users could define and store sets ofcategories, then change views by dragging category names with the mouse.

3 This core functionality wouldprovide the model for pivot Development released Improv in 1991 on the NeXT platform. A few months after the release of Improv,Brio Technology published a standalone Mac implementation called DataPivot (with technology eventuallypatented in 1999[3]). Borland purchased the DataPivot technology in 1992 and implemented it in their ownspreadsheet application Quattro table - wikipedia , the free of 62/6/2014 10:20 AMIn 1993, at the time when the Windows version of Improv appeared, Microsoft Excel 5 was already on themarket with a new functionality called a PivotTable . This functionality was further improved in later Excelversions:Excel 97 included a new and improved PivotTable Wizard, the ability to create calculated fields, and newpivot cache objects that allow developers to write Visual Basic for Applications macros to create andmodify pivot 2000 introduced pivot Charts to represent pivot table data graphically.

4 For typical data entry and storage, data usually appear in flat tables, meaning that it consists of only columnsand rows, as in the following example showing data on shirt types:While tables such as these can contain a lot of data , it can be difficult to get summarized information from pivot table can help quickly summarize the data and highlight the desired information. The usage of a pivottable is extremely broad and depends on the situation. The first question to ask is, "What am I looking for?" Inthe example here, let us ask, "How many Units did we sell in each Region for every Ship Date?":A pivot table usually consists of row, column and data (or fact) fields. In this case, the column is Ship Date, therow is Region and the datum we would like to see is (sum of) Units. These fields allow several kinds ofaggregations including: sum, average, standard deviation, count etc.

5 In this case, the total number of unitsshipped is displayed here using a sum the example above, software will find all distinct values for Region. In this case, they are: North, South,East, We s t. Furthermore, it will find all distinct values for Ship Date. Based on the aggregation type, sum, it willPivot table - wikipedia , the free of 62/6/2014 10:20 AMsummarize the fact and display them in a multidimensional chart. In the example above, the first datum is number was obtained by finding all records where both Region was East and Ship Date was 1/31/2005,and adding the Units of that collection of records ( cells E2 to E7) together to get a final tables are not created automatically but one has to first select the entire data in the original table and thengo to Insert -> pivot table .

6 This will create pivot table Field List that will list all the column headers present inthe data . For instance, if we have a table that represents sales data of a company, which includes Date of Sale,Sales person, Item Sold, Color of the Item, Units Sold, Price per Unit and Total easy to ofSaleSalespersonItemSoldColor ofItemUnitsSoldPer UnitPriceTotalPrice10/01/13 HarryNotebook Black82500020000010/02/13 LarryLaptopRed43500014000010/03/13 HarryMouseRed6850510010/04/13 LarryNotebook White102700027000010/05/13 LarryMouseBlack48003200 The Fields that would be created will be visible on the right hand side of the worksheet. By default, below thislist, will appear pivot table layout of the fields from the list can be dragged on to this layout which has four options :Report Filter is used to apply an Excel filter to an entire table .

7 For example, if you drag the "Color of Item" fieldto this area, then the table constructed will have a report filter inserted above the table . This report filter willhave drop-down options (Black, Red, and White in the example above). When you choose an option from thisdrop-down list ("Black" in this example), then the table that would be visible will contain only the data fromthose rows that have the "Color of Item = Black".Column Labels is used to apply an Excel filter to one or more columns that have to be shown in the pivot instance if we drag the Field "Sales Person" in this area then the table constructed will have a values fromthe column "Sales Person" we will have number of columns equal to the number of "Sales Person". Therewill also be one added column of Total. In the example above, this instruction will create 3 columns in the table - Harry, Larry, and Grand Total.

8 There will be a filter above the data - Column Labels, from which you canselect or deselect a particular sales person for the pivot table will not have any numerical values as no numerical field is selected but when it is selected, the valueswill automatically get updated in the column of "Grand Total" pivot table - wikipedia , the free of 62/6/2014 10:20 AMRow Labels is used to apply an Excel filter to one or more rows that have to be shown in the pivot table . Forinstance if we drag the Field "Sales Person" in this area then the table constructed will have a values from thecolumn "Sales Person" we will have number of rows equal to the number of "Sales Person". There will alsobe one added row of "Grand Total". In the example above, this instruction will create 3 rows in the table -Harry, Larry, and Grand Total.

9 There will be a filter above the data - Row Labels, from which you can select ordeselect a particular sales person for the pivot table will not have any numerical values as no numerical field is selected but when it is selected, the valueswill automatically get updated in the Row of "Grand Total"This usually takes a field that has numerical values that can be used for different types of calculations. However,using text values would also not be wrong and instead of Sum it will give a count. So in the example above, ifwe drag "Units Sold" to this area then this will along with Row label of "Sales Person" then the instruction willadd a new column "Sum of Units Sold" which will have values against each sales personRow Labels Sum of Units SoldHarry14 Larry18 Grand Total 32 pivot tables are an integral part of a spreadsheet application.

10 In addition to Microsoft Excel, competing softwareprograms such as Apache OpenOffice Calc provide similar functionality; the implementation in ApacheOpenOffice and LibreOffice up to release is called DataPilot. In version of both LibreOffice andOpenOffice, DataPilot is renamed ' pivot table '. Other companies such as Quantrix and numberGo providesimilar functionality can also be found in other data visualization tools, including business intelligence Docs initially allowed the creation of basic pivot tables via the pivot table gadget from Panorama calledPanorama Analytics, but as of 2011 this gadget provided limited functionality and was extremely slow withlarge amounts of data . In May 2011, Google announced the roll-out of a natively hosted pivot table feature inthe Google spreadsheets editor.


Related search queries