merge · pandas-dev/pandas@370d20c (original) (raw)

`@@ -173,14 +173,12 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

173

173

` pandas.Timestamp.tzinfo\

`

174

174

` pandas.Timestamp.value\

`

175

175

` pandas.Timestamp.year\

`

176

``

`-

pandas.tseries.offsets.BQuarterBegin.is_anchored\

`

177

176

` pandas.tseries.offsets.BQuarterBegin.is_on_offset\

`

178

177

` pandas.tseries.offsets.BQuarterBegin.n\

`

179

178

` pandas.tseries.offsets.BQuarterBegin.nanos\

`

180

179

` pandas.tseries.offsets.BQuarterBegin.normalize\

`

181

180

` pandas.tseries.offsets.BQuarterBegin.rule_code\

`

182

181

` pandas.tseries.offsets.BQuarterBegin.startingMonth\

`

183

``

`-

pandas.tseries.offsets.BQuarterEnd.is_anchored\

`

184

182

` pandas.tseries.offsets.BQuarterEnd.is_on_offset\

`

185

183

` pandas.tseries.offsets.BQuarterEnd.n\

`

186

184

` pandas.tseries.offsets.BQuarterEnd.nanos\

`

`@@ -278,7 +276,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

278

276

` pandas.tseries.offsets.Easter.rule_code\

`

279

277

` pandas.tseries.offsets.FY5253.get_rule_code_suffix\

`

280

278

` pandas.tseries.offsets.FY5253.get_year_end\

`

281

``

`-

pandas.tseries.offsets.FY5253.is_anchored\

`

282

279

` pandas.tseries.offsets.FY5253.is_on_offset\

`

283

280

` pandas.tseries.offsets.FY5253.n\

`

284

281

` pandas.tseries.offsets.FY5253.nanos\

`

`@@ -289,7 +286,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

289

286

` pandas.tseries.offsets.FY5253.weekday\

`

290

287

` pandas.tseries.offsets.FY5253Quarter.get_rule_code_suffix\

`

291

288

` pandas.tseries.offsets.FY5253Quarter.get_weeks\

`

292

``

`-

pandas.tseries.offsets.FY5253Quarter.is_anchored\

`

293

289

` pandas.tseries.offsets.FY5253Quarter.is_on_offset\

`

294

290

` pandas.tseries.offsets.FY5253Quarter.n\

`

295

291

` pandas.tseries.offsets.FY5253Quarter.nanos\

`

`@@ -342,14 +338,12 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

342

338

` pandas.tseries.offsets.Nano.n\

`

343

339

` pandas.tseries.offsets.Nano.normalize\

`

344

340

` pandas.tseries.offsets.Nano.rule_code\

`

345

``

`-

pandas.tseries.offsets.QuarterBegin.is_anchored\

`

346

341

` pandas.tseries.offsets.QuarterBegin.is_on_offset\

`

347

342

` pandas.tseries.offsets.QuarterBegin.n\

`

348

343

` pandas.tseries.offsets.QuarterBegin.nanos\

`

349

344

` pandas.tseries.offsets.QuarterBegin.normalize\

`

350

345

` pandas.tseries.offsets.QuarterBegin.rule_code\

`

351

346

` pandas.tseries.offsets.QuarterBegin.startingMonth\

`

352

``

`-

pandas.tseries.offsets.QuarterEnd.is_anchored\

`

353

347

` pandas.tseries.offsets.QuarterEnd.is_on_offset\

`

354

348

` pandas.tseries.offsets.QuarterEnd.n\

`

355

349

` pandas.tseries.offsets.QuarterEnd.nanos\

`

`@@ -379,7 +373,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

379

373

` pandas.tseries.offsets.Tick.n\

`

380

374

` pandas.tseries.offsets.Tick.normalize\

`

381

375

` pandas.tseries.offsets.Tick.rule_code\

`

382

``

`-

pandas.tseries.offsets.Week.is_anchored\

`

383

376

` pandas.tseries.offsets.Week.is_on_offset\

`

384

377

` pandas.tseries.offsets.Week.n\

`

385

378

` pandas.tseries.offsets.Week.nanos\

`

`@@ -1500,75 +1493,62 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

1500

1493

` pandas.tseries.offsets.BQuarterEnd.name\

`

1501

1494

` pandas.tseries.offsets.BYearBegin.copy\

`

1502

1495

` pandas.tseries.offsets.BYearBegin.freqstr\

`

1503

``

`-

pandas.tseries.offsets.BYearBegin.is_anchored\

`

1504

1496

` pandas.tseries.offsets.BYearBegin.kwds\

`

1505

1497

` pandas.tseries.offsets.BYearBegin.name\

`

1506

1498

` pandas.tseries.offsets.BYearEnd.copy\

`

1507

1499

` pandas.tseries.offsets.BYearEnd.freqstr\

`

1508

``

`-

pandas.tseries.offsets.BYearEnd.is_anchored\

`

1509

1500

` pandas.tseries.offsets.BYearEnd.kwds\

`

1510

1501

` pandas.tseries.offsets.BYearEnd.name\

`

1511

1502

` pandas.tseries.offsets.BusinessDay\

`

1512

1503

` pandas.tseries.offsets.BusinessDay.copy\

`

1513

1504

` pandas.tseries.offsets.BusinessDay.freqstr\

`

1514

``

`-

pandas.tseries.offsets.BusinessDay.is_anchored\

`

1515

1505

` pandas.tseries.offsets.BusinessDay.kwds\

`

1516

1506

` pandas.tseries.offsets.BusinessDay.name\

`

1517

1507

` pandas.tseries.offsets.BusinessHour\

`

1518

1508

` pandas.tseries.offsets.BusinessHour.copy\

`

1519

1509

` pandas.tseries.offsets.BusinessHour.freqstr\

`

1520

``

`-

pandas.tseries.offsets.BusinessHour.is_anchored\

`

1521

1510

` pandas.tseries.offsets.BusinessHour.kwds\

`

1522

1511

` pandas.tseries.offsets.BusinessHour.name\

`

1523

1512

` pandas.tseries.offsets.BusinessMonthBegin.copy\

`

1524

1513

` pandas.tseries.offsets.BusinessMonthBegin.freqstr\

`

1525

``

`-

pandas.tseries.offsets.BusinessMonthBegin.is_anchored\

`

1526

1514

` pandas.tseries.offsets.BusinessMonthBegin.kwds\

`

1527

1515

` pandas.tseries.offsets.BusinessMonthBegin.name\

`

1528

1516

` pandas.tseries.offsets.BusinessMonthEnd.copy\

`

1529

1517

` pandas.tseries.offsets.BusinessMonthEnd.freqstr\

`

1530

``

`-

pandas.tseries.offsets.BusinessMonthEnd.is_anchored\

`

1531

1518

` pandas.tseries.offsets.BusinessMonthEnd.kwds\

`

1532

1519

` pandas.tseries.offsets.BusinessMonthEnd.name\

`

1533

1520

` pandas.tseries.offsets.CDay\

`

1534

1521

` pandas.tseries.offsets.CustomBusinessDay\

`

1535

1522

` pandas.tseries.offsets.CustomBusinessDay.copy\

`

1536

1523

` pandas.tseries.offsets.CustomBusinessDay.freqstr\

`

1537

``

`-

pandas.tseries.offsets.CustomBusinessDay.is_anchored\

`

1538

1524

` pandas.tseries.offsets.CustomBusinessDay.kwds\

`

1539

1525

` pandas.tseries.offsets.CustomBusinessDay.name\

`

1540

1526

` pandas.tseries.offsets.CustomBusinessHour\

`

1541

1527

` pandas.tseries.offsets.CustomBusinessHour.copy\

`

1542

1528

` pandas.tseries.offsets.CustomBusinessHour.freqstr\

`

1543

``

`-

pandas.tseries.offsets.CustomBusinessHour.is_anchored\

`

1544

1529

` pandas.tseries.offsets.CustomBusinessHour.kwds\

`

1545

1530

` pandas.tseries.offsets.CustomBusinessHour.name\

`

1546

1531

` pandas.tseries.offsets.CustomBusinessMonthBegin.copy\

`

1547

1532

` pandas.tseries.offsets.CustomBusinessMonthBegin.freqstr\

`

1548

``

`-

pandas.tseries.offsets.CustomBusinessMonthBegin.is_anchored\

`

1549

1533

` pandas.tseries.offsets.CustomBusinessMonthBegin.is_on_offset\

`

1550

1534

` pandas.tseries.offsets.CustomBusinessMonthBegin.kwds\

`

1551

1535

` pandas.tseries.offsets.CustomBusinessMonthBegin.name\

`

1552

1536

` pandas.tseries.offsets.CustomBusinessMonthEnd.copy\

`

1553

1537

` pandas.tseries.offsets.CustomBusinessMonthEnd.freqstr\

`

1554

``

`-

pandas.tseries.offsets.CustomBusinessMonthEnd.is_anchored\

`

1555

1538

` pandas.tseries.offsets.CustomBusinessMonthEnd.is_on_offset\

`

1556

1539

` pandas.tseries.offsets.CustomBusinessMonthEnd.kwds\

`

1557

1540

` pandas.tseries.offsets.CustomBusinessMonthEnd.name\

`

1558

1541

` pandas.tseries.offsets.DateOffset.copy\

`

1559

1542

` pandas.tseries.offsets.DateOffset.freqstr\

`

1560

``

`-

pandas.tseries.offsets.DateOffset.is_anchored\

`

1561

1543

` pandas.tseries.offsets.DateOffset.kwds\

`

1562

1544

` pandas.tseries.offsets.DateOffset.name\

`

1563

1545

` pandas.tseries.offsets.Day.copy\

`

1564

1546

` pandas.tseries.offsets.Day.freqstr\

`

1565

``

`-

pandas.tseries.offsets.Day.is_anchored\

`

1566

1547

` pandas.tseries.offsets.Day.kwds\

`

1567

1548

` pandas.tseries.offsets.Day.name\

`

1568

1549

` pandas.tseries.offsets.Day.nanos\

`

1569

1550

` pandas.tseries.offsets.Easter.copy\

`

1570

1551

` pandas.tseries.offsets.Easter.freqstr\

`

1571

``

`-

pandas.tseries.offsets.Easter.is_anchored\

`

1572

1552

` pandas.tseries.offsets.Easter.kwds\

`

1573

1553

` pandas.tseries.offsets.Easter.name\

`

1574

1554

` pandas.tseries.offsets.FY5253.copy\

`

`@@ -1581,47 +1561,39 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

1581

1561

` pandas.tseries.offsets.FY5253Quarter.name\

`

1582

1562

` pandas.tseries.offsets.Hour.copy\

`

1583

1563

` pandas.tseries.offsets.Hour.freqstr\

`

1584

``

`-

pandas.tseries.offsets.Hour.is_anchored\

`

1585

1564

` pandas.tseries.offsets.Hour.kwds\

`

1586

1565

` pandas.tseries.offsets.Hour.name\

`

1587

1566

` pandas.tseries.offsets.Hour.nanos\

`

1588

1567

` pandas.tseries.offsets.LastWeekOfMonth\

`

1589

1568

` pandas.tseries.offsets.LastWeekOfMonth.copy\

`

1590

1569

` pandas.tseries.offsets.LastWeekOfMonth.freqstr\

`

1591

``

`-

pandas.tseries.offsets.LastWeekOfMonth.is_anchored\

`

1592

1570

` pandas.tseries.offsets.LastWeekOfMonth.kwds\

`

1593

1571

` pandas.tseries.offsets.LastWeekOfMonth.name\

`

1594

1572

` pandas.tseries.offsets.Micro.copy\

`

1595

1573

` pandas.tseries.offsets.Micro.freqstr\

`

1596

``

`-

pandas.tseries.offsets.Micro.is_anchored\

`

1597

1574

` pandas.tseries.offsets.Micro.kwds\

`

1598

1575

` pandas.tseries.offsets.Micro.name\

`

1599

1576

` pandas.tseries.offsets.Micro.nanos\

`

1600

1577

` pandas.tseries.offsets.Milli.copy\

`

1601

1578

` pandas.tseries.offsets.Milli.freqstr\

`

1602

``

`-

pandas.tseries.offsets.Milli.is_anchored\

`

1603

1579

` pandas.tseries.offsets.Milli.kwds\

`

1604

1580

` pandas.tseries.offsets.Milli.name\

`

1605

1581

` pandas.tseries.offsets.Milli.nanos\

`

1606

1582

` pandas.tseries.offsets.Minute.copy\

`

1607

1583

` pandas.tseries.offsets.Minute.freqstr\

`

1608

``

`-

pandas.tseries.offsets.Minute.is_anchored\

`

1609

1584

` pandas.tseries.offsets.Minute.kwds\

`

1610

1585

` pandas.tseries.offsets.Minute.name\

`

1611

1586

` pandas.tseries.offsets.Minute.nanos\

`

1612

1587

` pandas.tseries.offsets.MonthBegin.copy\

`

1613

1588

` pandas.tseries.offsets.MonthBegin.freqstr\

`

1614

``

`-

pandas.tseries.offsets.MonthBegin.is_anchored\

`

1615

1589

` pandas.tseries.offsets.MonthBegin.kwds\

`

1616

1590

` pandas.tseries.offsets.MonthBegin.name\

`

1617

1591

` pandas.tseries.offsets.MonthEnd.copy\

`

1618

1592

` pandas.tseries.offsets.MonthEnd.freqstr\

`

1619

``

`-

pandas.tseries.offsets.MonthEnd.is_anchored\

`

1620

1593

` pandas.tseries.offsets.MonthEnd.kwds\

`

1621

1594

` pandas.tseries.offsets.MonthEnd.name\

`

1622

1595

` pandas.tseries.offsets.Nano.copy\

`

1623

1596

` pandas.tseries.offsets.Nano.freqstr\

`

1624

``

`-

pandas.tseries.offsets.Nano.is_anchored\

`

1625

1597

` pandas.tseries.offsets.Nano.kwds\

`

1626

1598

` pandas.tseries.offsets.Nano.name\

`

1627

1599

` pandas.tseries.offsets.Nano.nanos\

`

`@@ -1635,25 +1607,21 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

1635

1607

` pandas.tseries.offsets.QuarterEnd.name\

`

1636

1608

` pandas.tseries.offsets.Second.copy\

`

1637

1609

` pandas.tseries.offsets.Second.freqstr\

`

1638

``

`-

pandas.tseries.offsets.Second.is_anchored\

`

1639

1610

` pandas.tseries.offsets.Second.kwds\

`

1640

1611

` pandas.tseries.offsets.Second.name\

`

1641

1612

` pandas.tseries.offsets.Second.nanos\

`

1642

1613

` pandas.tseries.offsets.SemiMonthBegin\

`

1643

1614

` pandas.tseries.offsets.SemiMonthBegin.copy\

`

1644

1615

` pandas.tseries.offsets.SemiMonthBegin.freqstr\

`

1645

``

`-

pandas.tseries.offsets.SemiMonthBegin.is_anchored\

`

1646

1616

` pandas.tseries.offsets.SemiMonthBegin.kwds\

`

1647

1617

` pandas.tseries.offsets.SemiMonthBegin.name\

`

1648

1618

` pandas.tseries.offsets.SemiMonthEnd\

`

1649

1619

` pandas.tseries.offsets.SemiMonthEnd.copy\

`

1650

1620

` pandas.tseries.offsets.SemiMonthEnd.freqstr\

`

1651

``

`-

pandas.tseries.offsets.SemiMonthEnd.is_anchored\

`

1652

1621

` pandas.tseries.offsets.SemiMonthEnd.kwds\

`

1653

1622

` pandas.tseries.offsets.SemiMonthEnd.name\

`

1654

1623

` pandas.tseries.offsets.Tick.copy\

`

1655

1624

` pandas.tseries.offsets.Tick.freqstr\

`

1656

``

`-

pandas.tseries.offsets.Tick.is_anchored\

`

1657

1625

` pandas.tseries.offsets.Tick.kwds\

`

1658

1626

` pandas.tseries.offsets.Tick.name\

`

1659

1627

` pandas.tseries.offsets.Tick.nanos\

`

`@@ -1664,17 +1632,14 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

`

1664

1632

` pandas.tseries.offsets.WeekOfMonth\

`

1665

1633

` pandas.tseries.offsets.WeekOfMonth.copy\

`

1666

1634

` pandas.tseries.offsets.WeekOfMonth.freqstr\

`

1667

``

`-

pandas.tseries.offsets.WeekOfMonth.is_anchored\

`

1668

1635

` pandas.tseries.offsets.WeekOfMonth.kwds\

`

1669

1636

` pandas.tseries.offsets.WeekOfMonth.name\

`

1670

1637

` pandas.tseries.offsets.YearBegin.copy\

`

1671

1638

` pandas.tseries.offsets.YearBegin.freqstr\

`

1672

``

`-

pandas.tseries.offsets.YearBegin.is_anchored\

`

1673

1639

` pandas.tseries.offsets.YearBegin.kwds\

`

1674

1640

` pandas.tseries.offsets.YearBegin.name\

`

1675

1641

` pandas.tseries.offsets.YearEnd.copy\

`

1676

1642

` pandas.tseries.offsets.YearEnd.freqstr\

`

1677

``

`-

pandas.tseries.offsets.YearEnd.is_anchored\

`

1678

1643

` pandas.tseries.offsets.YearEnd.kwds\

`

1679

1644

` pandas.tseries.offsets.YearEnd.name\

`

1680

1645

` pandas.util.hash_array\

`