-
Notifications
You must be signed in to change notification settings - Fork 0
/
Revoscalepy-code-examples.pyproj
52 lines (52 loc) · 2.79 KB
/
Revoscalepy-code-examples.pyproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{e4d50ac0-6ab3-4fe3-8a24-bb66b7c83d7e}</ProjectGuid>
<ProjectHome />
<StartupFile>1-2-1-accessing-external-datasets.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="2-10-converting-dates-stored-as-character-strings.py" />
<Compile Include="2-11-importing-wide-data.py" />
<Compile Include="2-12-reading-data-into-a-data-frame-row-selection.py" />
<Compile Include="2-13-splitting-data-files.py" />
<Compile Include="2-14-importing-data-as-composite-xdf-files.py" />
<Compile Include="2-15-using-data-from-the-hadoop-distributed-file-System.py" />
<Compile Include="2-2-1-specifying-a-missing-value-string.py" />
<Compile Include="18-3-creating-a-row-selection-variable.py" />
<Compile Include="4-4-converting-xdf-files-to-text.py" />
<Compile Include="4-3-using-the-data-step-to-create-an-xdf-file-from-a-data-frame.py" />
<Compile Include="4-2-transforming-data-with-rxdatastep.py" />
<Compile Include="4-1-creating-a-subset-of-rows-and-columns.py" />
<Compile Include="3-6-working-with-an-xdf-data-source.py" />
<Compile Include="3-7-using-an-xdf-data-dource-with-biglm.py" />
<Compile Include="2-2-importing-delimited-text-data.py" />
<Compile Include="2-3-importing-fixed-format-data.py" />
<Compile Include="2-4-importing-sas-data.py" />
<Compile Include="2-5-importing-spss-data.py" />
<Compile Include="2-6-specifying-variable-data-types.py" />
<Compile Include="2-7-specifying-additional-variable-information.py" />
<Compile Include="2-8-appending-to-an-existing-file.py" />
<Compile Include="2-9-transforming-data-on-import.py" />
<Compile Include="3-2-specifying-delimiters.py" />
<Compile Include="3-5-using-data-sources.py" />
<Compile Include="settings.py" />
</ItemGroup>
<ItemGroup>
<Content Include="requirements.txt" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>