Click or drag to resize
SeriesModuleWithMissingFromK, S, T Method
Returns the current series with the same index but with values missing wherever the corresponding key exists in the other series index with an associated missing value. [category:Missing values]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Series<K, T> WithMissingFrom<K, S, T>(
	Series<K, S> other,
	Series<K, T> series
)

Parameters

other
Type: DeedleSeriesK, S

[Missing <param name="other"/> documentation for "M:Deedle.SeriesModule.WithMissingFrom``3(Deedle.Series{``0,``1},Deedle.Series{``0,``2})"]

series
Type: DeedleSeriesK, T

[Missing <param name="series"/> documentation for "M:Deedle.SeriesModule.WithMissingFrom``3(Deedle.Series{``0,``1},Deedle.Series{``0,``2})"]

Type Parameters

K
S
T

Return Value

Type: SeriesK, T

[Missing <returns> documentation for "M:Deedle.SeriesModule.WithMissingFrom``3(Deedle.Series{``0,``1},Deedle.Series{``0,``2})"]

See Also