DataFrame.psd1
@{ Author = 'Roman Kuzmin' ModuleVersion = '0.2.3' Description = 'Cmdlets for Microsoft.Data.Analysis.DataFrame' CompanyName = 'https://github.com/nightroman' Copyright = 'Copyright (c) Roman Kuzmin' RootModule = 'PSDataFrame.dll' RequiredAssemblies = 'Microsoft.Data.Analysis.dll' PowerShellVersion = '5.1' GUID = '8e619a4d-49bd-47d7-980e-842733c17482' AliasesToExport = @() VariablesToExport = @() FunctionsToExport = @() CmdletsToExport = @( 'Add-DataFrameRow' 'Export-DataFrame' 'Import-DataFrame' 'New-BooleanColumn' 'New-ByteColumn' 'New-CharColumn' 'New-DataFrame' 'New-DateTimeColumn' 'New-DecimalColumn' 'New-DoubleColumn' 'New-Int16Column' 'New-Int32Column' 'New-Int64Column' 'New-SingleColumn' 'New-StringColumn' 'Out-DataFrame' 'Read-DataFrame' ) PrivateData = @{ PSData = @{ Tags = 'DataFrame', 'DataTable', 'CSV', 'TSV' ProjectUri = 'https://github.com/nightroman/DataFrame' LicenseUri = 'https://github.com/nightroman/DataFrame/blob/main/LICENSE' ReleaseNotes = 'https://github.com/nightroman/DataFrame/blob/master/Release-Notes.md' } } } |