DataFrame
Reference
this[String]
Agg(Column, Column[])
Alias(String)
As(String)
Cache()
Checkpoint(Boolean)
Coalesce(Int32)
Col(String)
Collect()
ColRegex(String)
Columns()
Count()
CreateGlobalTempView(String)
CreateOrReplaceGlobalTempView(String)
CreateOrReplaceTempView(String)
CreateTempView(String)
CrossJoin(DataFrame)
Cube(Column[])
Cube(String, String[])
Describe(String[])
Distinct()
Drop(Column)
Drop(String[])
DropDuplicates()
DropDuplicates(String, String[])
DTypes()
Except(DataFrame)
ExceptAll(DataFrame)
Explain(Boolean)
Explain(String)
Filter(Column)
Filter(String)
First()
GroupBy(Column[])
GroupBy(String, String[])
Head()
Head(Int32)
Hint(String, Object[])
InputFiles()
Intersect(DataFrame)
IntersectAll(DataFrame)
IsEmpty()
IsLocal()
IsStreaming()
Join(DataFrame)
Join(DataFrame, String)
Join(DataFrame, Column, String)
Join(DataFrame, IEnumerable<String>, String)
Limit(Int32)
LocalCheckpoint(Boolean)
Na()
Observe(String, Column, Column[])
OrderBy(Column[])
OrderBy(String, String[])
Persist()
Persist(StorageLevel)
PrintSchema()
PrintSchema(Int32)
RandomSplit(Double[], Nullable<Int64>)
Repartition(Column[])
Repartition(Int32)
Repartition(Int32, Column[])
RepartitionByRange(Column[])
RepartitionByRange(Int32, Column[])
Rollup(Column[])
Rollup(String, String[])
SameSemantics(DataFrame)
Sample(Double, Boolean, Nullable<Int64>)
Schema()
Select(Column[])
Select(String, String[])
SelectExpr(String[])
SemanticHash()
Show(Int32, Int32, Boolean)
Sort(Column[])
Sort(String, String[])
SortWithinPartitions(Column[])
SortWithinPartitions(String, String[])
Stat()
StorageLevel()
Summary(String[])
Tail(Int32)
Take(Int32)
ToDF()
ToDF(String[])
ToJSON()
ToLocalIterator()
ToLocalIterator(Boolean)
Transform(Func<DataFrame, DataFrame>)
Union(DataFrame)
UnionByName(DataFrame)
UnionByName(DataFrame, Boolean)
Unpersist(Boolean)
Where(Column)
Where(String)
WithColumn(String, Column)
WithColumnRenamed(String, String)
WithWatermark(String, String)
Write()
WriteStream()
WriteTo(String)
net10.0-windows7.0
namespace Microsoft.Spark.Sql
{
[DefaultMember(null)]
public sealed class DataFrame : Object, IJvmObjectReferenceProvider
{
public DataFrame UnionByName(DataFrame other);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 2.02.12.23.03.1 |
| .NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
| .NET Standard | 2.02.1 |
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
| Assembly | Microsoft.Spark , Version=2.1.1.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Spark (2.1.1) netstandard2.1 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API