@@ -246,7 +246,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
246
246
cls ,
247
247
data : npt .NDArray [np .float64 ],
248
248
index : Axes | None = ...,
249
- * ,
250
249
dtype : Dtype = ...,
251
250
name : Hashable = ...,
252
251
copy : bool = ...,
@@ -256,7 +255,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
256
255
cls ,
257
256
data : Sequence [Never ],
258
257
index : Axes | None = ...,
259
- * ,
260
258
dtype : Dtype = ...,
261
259
name : Hashable = ...,
262
260
copy : bool = ...,
@@ -266,7 +264,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
266
264
cls ,
267
265
data : Sequence [list [str ]],
268
266
index : Axes | None = ...,
269
- * ,
270
267
dtype : Dtype = ...,
271
268
name : Hashable = ...,
272
269
copy : bool = ...,
@@ -276,7 +273,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
276
273
cls ,
277
274
data : Sequence [str ],
278
275
index : Axes | None = ...,
279
- * ,
280
276
dtype : Dtype = ...,
281
277
name : Hashable = ...,
282
278
copy : bool = ...,
@@ -293,7 +289,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
293
289
| date
294
290
),
295
291
index : Axes | None = ...,
296
- * ,
297
292
dtype : TimestampDtypeArg = ...,
298
293
name : Hashable = ...,
299
294
copy : bool = ...,
@@ -303,8 +298,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
303
298
cls ,
304
299
data : _ListLike ,
305
300
index : Axes | None = ...,
306
- * ,
307
- dtype : TimestampDtypeArg ,
301
+ dtype : TimestampDtypeArg = ...,
308
302
name : Hashable = ...,
309
303
copy : bool = ...,
310
304
) -> TimestampSeries : ...
@@ -313,7 +307,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
313
307
cls ,
314
308
data : PeriodIndex | Sequence [Period ],
315
309
index : Axes | None = ...,
316
- * ,
317
310
dtype : PeriodDtype = ...,
318
311
name : Hashable = ...,
319
312
copy : bool = ...,
@@ -329,7 +322,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
329
322
| timedelta
330
323
),
331
324
index : Axes | None = ...,
332
- * ,
333
325
dtype : TimedeltaDtypeArg = ...,
334
326
name : Hashable = ...,
335
327
copy : bool = ...,
@@ -344,7 +336,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
344
336
| dict [HashableT1 , Interval [_OrderableT ]]
345
337
),
346
338
index : Axes | None = ...,
347
- * ,
348
339
dtype : Literal ["Interval" ] = ...,
349
340
name : Hashable = ...,
350
341
copy : bool = ...,
@@ -354,8 +345,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
354
345
cls ,
355
346
data : Scalar | _ListLike | dict [HashableT1 , Any ] | None ,
356
347
index : Axes | None = ...,
357
- * ,
358
- dtype : type [S1 ],
348
+ dtype : type [S1 ] = ...,
359
349
name : Hashable = ...,
360
350
copy : bool = ...,
361
351
) -> Self : ...
@@ -364,7 +354,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
364
354
cls ,
365
355
data : Sequence [bool ],
366
356
index : Axes | None = ...,
367
- * ,
368
357
dtype : Dtype = ...,
369
358
name : Hashable = ...,
370
359
copy : bool = ...,
@@ -374,7 +363,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
374
363
cls ,
375
364
data : Sequence [int ],
376
365
index : Axes | None = ...,
377
- * ,
378
366
dtype : Dtype = ...,
379
367
name : Hashable = ...,
380
368
copy : bool = ...,
@@ -384,7 +372,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
384
372
cls ,
385
373
data : Sequence [float ],
386
374
index : Axes | None = ...,
387
- * ,
388
375
dtype : Dtype = ...,
389
376
name : Hashable = ...,
390
377
copy : bool = ...,
@@ -394,7 +381,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
394
381
cls ,
395
382
data : Sequence [int | float ],
396
383
index : Axes | None = ...,
397
- * ,
398
384
dtype : Dtype = ...,
399
385
name : Hashable = ...,
400
386
copy : bool = ...,
@@ -404,7 +390,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
404
390
cls ,
405
391
data : S1 | _ListLike [S1 ] | dict [HashableT1 , S1 ] | dict_keys [S1 , Any ],
406
392
index : Axes | None = ...,
407
- * ,
408
393
dtype : Dtype = ...,
409
394
name : Hashable = ...,
410
395
copy : bool = ...,
@@ -422,7 +407,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
422
407
| None
423
408
) = ...,
424
409
index : Axes | None = ...,
425
- * ,
426
410
dtype : Dtype = ...,
427
411
name : Hashable = ...,
428
412
copy : bool = ...,
0 commit comments