PSKit
1.4.1
A suite of command-line tools for working with PowerShell Arrays. From querying to doing array statistics.
Installation Options
Owners
Copyright
c 2019 All rights reserved.
Package Details
Author(s)
- Doug Finke
Tags
Functions
ConvertTo-Property ConvertFrom-FixedData ConvertFrom-SSV Import-SSV Convert-IntoCSV GenerateStats Get-DataInfo Get-DataType GetDataTypePrecedence Get-DateRange Get-PropertyName Get-PropertyStats Group-ByAndMeasure Test-String Test-Date Test-Boolean Test-Number Test-Integer Invoke-AllTests ConvertFrom-SQLToPS Add-PSOp Add-PSLogicOp Invoke-TranspileSQL ConvertFrom-TranspileSQL New-DataFrame New-LookupTable Read-Csv Invoke-ScanProperties
Dependencies
FileList
- PSKit.nuspec
- ConvertFromFixedData.ps1
- ConvertFromSSV.ps1
- ConvertIntoCSV.ps1
- CustomTypeData.ps1
- demo.txt
- Dockerfile
- DoTests.ps1
- DumpFunctionsUtil.ps1
- GenerateStats.ps1
- GetDataInfo.ps1
- GetDataType.ps1
- GetDataTypePrecedence.ps1
- GetDateRange.ps1
- GetPropertyName.ps1
- GetPropertyStats.ps1
- GroupByAndMeasure.ps1
- InferData.ps1
- InstallModule.ps1
- InvokeTranspileSQL.ps1
- LICENSE
- NewDataframe.ps1
- NewLookupTable.ps1
- NuGet.config
- PSKit.psd1
- PSKit.psm1
- PSKitAndMore.ipynb
- PublishToGallery.ps1
- ReadCsv.ps1
- README.md
- ScanProperties.ps1
- start-demo.ps1
- lib\MathNet.Numerics.dll
- NotebookExamples\DataAnalysis.ipynb
- NotebookExamples\TryPSKit.ipynb
- sampleCsv\aapl.csv
- sampleCsv\aapl_no_dates.csv
- sampleCsv\areas.csv
- sampleCsv\bengaluru_house_prices.csv
- sampleCsv\canada_per_capita_income.csv
- sampleCsv\carprices.csv
- sampleCsv\customers.csv
- sampleCsv\fb.csv
- sampleCsv\hiring.csv
- sampleCsv\homeprices.csv
- sampleCsv\HR_comma_sep.csv
- sampleCsv\income.csv
- sampleCsv\insurance_data.csv
- sampleCsv\msft.csv
- sampleCsv\new.csv
- sampleCsv\nyc_weather.csv
- sampleCsv\output.csv
- sampleCsv\prediction.csv
- sampleCsv\salaries.csv
- sampleCsv\scores.csv
- sampleCsv\spam.csv
- sampleCsv\stocks.csv
- sampleCsv\stock_data.csv
- sampleCsv\test_scores.csv
- sampleCsv\titanic.csv
- sampleCsv\weather.csv
- sampleCsv\weather2.csv
- sampleCsv\weather3.csv
- sampleCsv\weather_by_cities.csv
- sampleCsv\weather_data.csv
- sampleCsv\wmt.csv
- src\NuGet.config
- src\Microsoft.Data.Analysis.Interactive\DataFrameKernelExtension.cs
- src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj
- src\Microsoft.Data.Analysis.Interactive\obj\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.AssemblyInfo.cs
- src\Microsoft.Data.Analysis.Interactive\obj\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.AssemblyInfoInputs.cache
- src\Microsoft.Data.Analysis.Interactive\obj\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.csprojAssemblyReference.cache
- src\Microsoft.ML.DotNet.Interactive\DecisionTreeData.cs
- src\Microsoft.ML.DotNet.Interactive\DecisionTreeDataExtensions.cs
- src\Microsoft.ML.DotNet.Interactive\Microsoft.ML.DotNet.Interactive.csproj
- src\Microsoft.ML.DotNet.Interactive\NodeData.cs
- src\Microsoft.ML.DotNet.Interactive\obj\Debug\netstandard2.0\Microsoft.ML.DotNet.Interactive.AssemblyInfo.cs
- src\Microsoft.ML.DotNet.Interactive\obj\Debug\netstandard2.0\Microsoft.ML.DotNet.Interactive.AssemblyInfoInputs.cache
- src\Microsoft.ML.DotNet.Interactive.Extensions\DecisionTreeDataFormatting.cs
- src\Microsoft.ML.DotNet.Interactive.Extensions\KernelExtension.cs
- src\Microsoft.ML.DotNet.Interactive.Extensions\Microsoft.ML.DotNet.Interactive.Extensions.csproj
- src\Microsoft.ML.DotNet.Interactive.Extensions\RegressionTree.js
- src\Microsoft.ML.DotNet.Interactive.Extensions\obj\Debug\netcoreapp3.1\Microsoft.ML.DotNet.Interactive.Extensions.AssemblyInfo.cs
- src\Microsoft.ML.DotNet.Interactive.Extensions\obj\Debug\netcoreapp3.1\Microsoft.ML.DotNet.Interactive.Extensions.AssemblyInfoInputs.cache
- src\Microsoft.ML.DotNet.Interactive.Extensions\obj\Debug\netcoreapp3.1\Microsoft.ML.DotNet.Interactive.Extensions.csprojAssemblyReference.cache
- write-ups\find.md
- write-ups\FindMatching.png
- write-ups\fixeddata.md
- write-ups\fixedwidth.png
- write-ups\Lookup.png
- write-ups\lookupTable.md
- write-ups\sqlquery.md
- write-ups\SQLSelect.png
- write-ups\stats.md
- write-ups\stats.png
- __tests__\ConvertFromSSV.tests.ps1
- __tests__\PSKit.ConvertFromFixedData.tests.ps1
- __tests__\PSKit.ConvertIntoCsv.tests.ps1
- __tests__\PSKit.Dataframe.tests.ps1
- __tests__\PSKit.GetDataInfo.tests.ps1
- __tests__\PSKit.GetDateRange.tests.ps1
- __tests__\PSKit.GetPropertyName.tests.ps1
- __tests__\PSKit.GetPropertyStats.tests.ps1
- __tests__\PSKit.GroupByAndMeasure.tests.ps1
- __tests__\PSKit.InvokeTranspileSQL.tests.ps1
- __tests__\PSKit.MathNetNumerics.tests.ps1
- __tests__\PSKit.NewLookupTable.tests.ps1
- __tests__\PSKit.ReadCsv.tests.ps1
- __tests__\PSKit.ScanProperties.tests.ps1
- __tests__\PSKit.SQLQuery.tests.ps1
- __tests__\PSKit.TypeData.tests.ps1
- src\Microsoft.Data.Analysis.Interactive\bin\Debug\netcoreapp3.1\_._
- src\Microsoft.ML.DotNet.Interactive\bin\Debug\netstandard2.0\_._
- src\Microsoft.ML.DotNet.Interactive.Extensions\bin\Debug\netcoreapp3.1\_._