@@ -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 = ...,
@@ -313,7 +308,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
313
308
cls ,
314
309
data : PeriodIndex | Sequence [Period ],
315
310
index : Axes | None = ...,
316
- * ,
317
311
dtype : PeriodDtype = ...,
318
312
name : Hashable = ...,
319
313
copy : bool = ...,
@@ -329,7 +323,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
329
323
| timedelta
330
324
),
331
325
index : Axes | None = ...,
332
- * ,
333
326
dtype : TimedeltaDtypeArg = ...,
334
327
name : Hashable = ...,
335
328
copy : bool = ...,
@@ -344,7 +337,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
344
337
| dict [HashableT1 , Interval [_OrderableT ]]
345
338
),
346
339
index : Axes | None = ...,
347
- * ,
348
340
dtype : Literal ["Interval" ] = ...,
349
341
name : Hashable = ...,
350
342
copy : bool = ...,
@@ -364,7 +356,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
364
356
cls ,
365
357
data : Sequence [bool ],
366
358
index : Axes | None = ...,
367
- * ,
368
359
dtype : Dtype = ...,
369
360
name : Hashable = ...,
370
361
copy : bool = ...,
@@ -374,7 +365,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
374
365
cls ,
375
366
data : Sequence [int ],
376
367
index : Axes | None = ...,
377
- * ,
378
368
dtype : Dtype = ...,
379
369
name : Hashable = ...,
380
370
copy : bool = ...,
@@ -384,7 +374,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
384
374
cls ,
385
375
data : Sequence [float ],
386
376
index : Axes | None = ...,
387
- * ,
388
377
dtype : Dtype = ...,
389
378
name : Hashable = ...,
390
379
copy : bool = ...,
@@ -394,7 +383,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
394
383
cls ,
395
384
data : Sequence [int | float ],
396
385
index : Axes | None = ...,
397
- * ,
398
386
dtype : Dtype = ...,
399
387
name : Hashable = ...,
400
388
copy : bool = ...,
@@ -404,7 +392,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
404
392
cls ,
405
393
data : S1 | _ListLike [S1 ] | dict [HashableT1 , S1 ] | dict_keys [S1 , Any ],
406
394
index : Axes | None = ...,
407
- * ,
408
395
dtype : Dtype = ...,
409
396
name : Hashable = ...,
410
397
copy : bool = ...,
@@ -422,7 +409,6 @@ class Series(IndexOpsMixin[S1], NDFrame):
422
409
| None
423
410
) = ...,
424
411
index : Axes | None = ...,
425
- * ,
426
412
dtype : Dtype = ...,
427
413
name : Hashable = ...,
428
414
copy : bool = ...,
0 commit comments